[go: up one dir, main page]

Round3

Trait Round3 

Source
pub trait Round3:
    Float
    + Ieee754
    + HalfUlp { }
Expand description

Correctly rounded sum of three non-overlapping numbers

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.

Implementors§

Source§

impl<F> Round3 for F
where F: Float + Ieee754 + HalfUlp,