Count the number of significant digits in a number.
a number
|m - '.'| | x = m × 10ᵉ; m = mantissa, e = exponent
Generated using TypeDoc
Count the number of significant digits in a number.