arpfloat 0.1.6

Arbitrary-precision floating point library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "arpfloat"
version = "0.1.6"
authors = ["Nadav Rotem <nadav256@gmail.com>"]
categories = ["mathematics", "algorithms", "no-std"]
description = "Arbitrary-precision floating point library"
documentation = "https://docs.rs/arpfloat/"
edition = "2021"
keywords = ["float"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/nadavrot/arpfloat"

[dependencies]

[features]
default = ["std"]
std = []