Type alias Notation

Notation: "standard" | "scientific" | "engineering"
  • 'standard': Plain number formatting.
  • 'scientific': Return the order-of-magnitude for formatted number.
  • 'engineering': Return the exponent of ten when divisible by three.

Generated using TypeDoc