Decimal.toDecimalString

Decimal strings

Special Values: Quiet Not A Number = NaN Signal Not A Number = sNaN Infinite = Infinity

If negative, then all of above have - pre-pended

  1. auto toDecimalString()
    struct Decimal(Hook = Abort)
    const
    toDecimalString
    ()
  2. void toDecimalString(Writer w)

Meta