Function scl_gui_animation::round
source · pub fn round(x: f64) -> f64Expand description
Fast rounding for x <= 2^23. This is orders of magnitude faster than built-in rounding intrinsic.
pub fn round(x: f64) -> f64Fast rounding for x <= 2^23. This is orders of magnitude faster than built-in rounding intrinsic.