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.