3
$\begingroup$

Magnitude would be fitting, but is used to mean absolute value.

Is there any singular term used to describe the number of digits in an integer?

1 Answers 1

3

I think this is just called the "length" or the "number of digits". Note that this depends on the base the number is represented in, the same number will have different lengths in different bases. A simple formula is given by $\lfloor \log_b n \rfloor +1$

  • 2
    @RodrigodeAzevedo: Specifically, consider $b=n=10$.2017-01-25