num_digits

Calclulate the number of digits of x in base 'base' representation.

package @nogc @safe pure nothrow
uint
num_digits
(
ulong x
,
uint base
)

Meta