Size of Numerals
l
For a single number (n) input,
size
of the
corresponding numeral is typically on the
order of
log(n)
l
e.g. decimal numeral encoding:
l
size(n) = #digits of n
=
log
10
n
l
x
= smallest integer
>
x
(called the ceiling of x)