Function js_sys::parse_float
source · [−]Expand description
The parseFloat()
function parses an argument and returns a floating point number,
or NaN on error.
The parseFloat()
function parses an argument and returns a floating point number,
or NaN on error.