pub fn fmt_number(f: f64) -> String
Format a JS number exactly as Number.prototype.toString does for the common range (no exponential-notation threshold handling for very large/small).
Number.prototype.toString