[dependencies.array_math]
version = "0.2.16"
[dependencies.ethnum]
optional = true
version = "1.5.0"
[dependencies.moddef]
version = "0.2.2"
[dependencies.num-traits]
version = "0.2.18"
[dev-dependencies.num]
version = "0.4.1"
[features]
default = ["ethnum"]
ethnum = ["dep:ethnum"]
[package]
description = "Custom floating-point types"
edition = "2021"
keywords = ["float", "number", "custom", "ieee754"]
license = "MIT"
name = "custom_float"
readme = "README.md"
repository = "https://github.com/sigurd4/custom_float"
version = "0.1.4"