Trait IeeeExt

Source
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§

Source

fn one() -> Self

Source

fn clamp(self, min: Self, max: Self) -> Self

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.

Implementations on Foreign Types§

Source§

impl<S: Semantics> IeeeExt for IeeeFloat<S>

Implementors§