Expand description
Unsafe functions that mirror the API of the C implementation of Ryū.
Functions§
- Print f32 to the given buffer and return number of bytes written.
- Print f64 to the given buffer and return number of bytes written.
- Print
f64
to the given buffer using fixed notation, as defined in the ECMAScriptNumber.prototype.toFixed()
method and return number of bytes written.