pub fn f64_to_string(d: f64) -> Result<Value, Error>
Convert an f64 to a string, supporting “+inf” and “-inf”.
f64