Up

lengthNumberFromBase

Return the number of digit to "print" depending on the base number (like 16 (hexa), 8 (octal), etc)

Prototype :

fun [I I] I

Return : I the number of digit or nil if error

See also :

lengthFloat (in Syspack too)