format_double() for vectorized, round-trip-safe
formatting of double-precision values using the vendored Rust
zmij implementation (#1).parse_double() for correctly rounded conversion
of decimal strings back to double-precision values (#1).NaN, infinities, signed zero,
and empty inputs.