Skip to main content

fmt_number

Function fmt_number 

Source
pub fn fmt_number(f: f64) -> String
Expand description

Format a JS number exactly as Number.prototype.toString does for the common range (no exponential-notation threshold handling for very large/small).