pub trait IeeeExt: Float {
// Provided methods
fn one() -> Self { ... }
fn clamp(self, min: Self, max: Self) -> Self { ... }
}
Expand description
Extend functionality of rustc_apfloat softfloats
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.