notation

abstract var notation: String

The formatting that should be displayed for the number, the defaults is "standard"

  • "standard" plain number formatting

  • "scientific" return the order-of-magnitude for formatted number.

  • "engineering" return the exponent of ten when divisible by three

  • "compact" string representing exponent, defaults is using the "short" form.