numberOfDigits

fun Int.numberOfDigits(radix: Int = 10): Int
fun Long.numberOfDigits(radix: Int = 10): Int