Function js_sys::Math::fround [−][src]
pub fn fround(x: f64) -> f32
The Math.fround()
function returns the nearest 32-bit single precision float representation
of a Number.
pub fn fround(x: f64) -> f32
The Math.fround()
function returns the nearest 32-bit single precision float representation
of a Number.