rust-num / num-traits

Numeric traits for generic mathematics in Rust
Apache License 2.0
731 stars 135 forks source link

Add f16, f128 #333

Open usamoi opened 3 months ago

usamoi commented 3 months ago

integer_decode is implemented for f128 by truncating the radix to its 64 most significant bits. See #98.