custom_float 0.2.6

Custom floating-point types
Documentation
[package]
name = "custom_float"
version = "0.2.6"
edition = "2021"
license = "MIT"
description = "Custom floating-point types"
repository = "https://github.com/sigurd4/custom_float"
keywords = ["float", "number", "custom", "ieee754"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = []
ethnum = ["dep:ethnum"]

[dependencies]
array_math = "0.2.20"
moddef = "0.2.2"
num-traits = "0.2.18"
ethnum = {version = "1.5.0", optional = true}

[dev-dependencies]
num = "0.4.1"
plotters = "0.3.5"
linspace = "0.1.1"
libm = "0.2.8"