Module raw

Source
Expand description

Unsafe functions that mirror the API of the C implementation of Ryū.

Functions§

format32
Print f32 to the given buffer and return number of bytes written.
format64
Print f64 to the given buffer and return number of bytes written.
format64_to_fixed
Print f64 to the given buffer using fixed notation, as defined in the ECMAScript Number.prototype.toFixed() method and return number of bytes written.