Module ryu_js::raw

source ·
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 ECMAScript Number.prototype.toFixed() method and return number of bytes written.