rust-num / num-traits

Numeric traits for generic mathematics in Rust
Apache License 2.0
712 stars 133 forks source link

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

Open balt-dev opened 5 hours ago

balt-dev commented 5 hours ago

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

cuviper commented 4 hours ago

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