[dev-dependencies.rand]
version = "0.8.5"
[features]
default = ["std"]
std = []
[package]
authors = ["stencillogic <stencillogic@gmail.com>"]
categories = ["algorithms", "data-structures", "science"]
description = "Multiple precision floating point numbers implemented purely in Rust."
edition = "2021"
keywords = ["big-float", "numeric", "decimal", "mathematics", "bignum"]
license = "MIT"
name = "num-bigfloat"
readme = "README.md"
repository = "https://github.com/stencillogic/num-bigfloat"
resolver = "2"
version = "1.3.0"