devela::_dep::web_sys::js_sys::Math

Function round

Source
pub fn round(x: f64) -> f64 
Available on crate feature dep_web_sys only.
Expand description

The Math.round() function returns the value of a number rounded to the nearest integer.

MDN documentation