[][src]Function js_sys::Math::fround

pub fn fround(x: f64) -> f32

The Math.fround() function returns the nearest 32-bit single precision float representation of a Number.

MDN documentation