Crate float_quickly

Source

Functionsยง

fast_inline_round_f32
Returns the given f32 as rounded to the nearest integer. Same output as f32::round(). This follows the as rules for saturated casting of f32 to i32. See more in the Rust Reference.
fast_inline_round_f64
Returns the given f64 as rounded to the nearest integer. Same output as f64::round(). This follows the as rules for saturated casting of f64 to i64. See more in the Rust Reference.