LeoColman
09/27/2018, 6:52 PMInt.length
, that counts how many numbers are in an Integer?todd.ginsberg
09/27/2018, 10:49 PMDico
09/28/2018, 2:17 AMjava.lang.Integer.bitCount
?benleggiero
09/29/2018, 2:33 AMyourInt.toString().length
themishkun
09/29/2018, 8:11 AMtoString()
vmichalak
10/04/2018, 8:54 AMbenleggiero
10/09/2018, 2:16 AMnumberOfDigits()
https://github.com/BlueHuskyStudios/Blue-Base/blob/dd10b423194795150481d5018a1c77d2d4e81a24/JVM/src/org/bh/tools/base/math/Algebraic%20Functions.kt#L92-L129