Functionsยง
- fast_
inline_ round_ f32 - Returns the given
f32as rounded to the nearest integer. Same output as f32::round(). This follows theasrules for saturated casting off32toi32. See more in the Rust Reference. - fast_
inline_ round_ f64 - Returns the given
f64as rounded to the nearest integer. Same output as f64::round(). This follows theasrules for saturated casting off64toi64. See more in the Rust Reference.