rust-num / num-traits

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

[Breaking] Add .to_f128() and .to_f16() to ToPrimitive #338

Open balt-dev opened 1 month ago

balt-dev commented 1 month ago

f128 and f16 are currently nightly-only. See f128 and f16.

cuviper commented 1 month ago

See #333 - it doesn't have to be a breaking change, but I'd rather wait for them to be stable.