fn log10_int(x: anytype) Log2Int(@TypeOf(x))
Return the log base 10 of integer value x, rounding down to the nearest integer.
x: anytype,