export const log10int = (n: number) => Math.floor(Math.log10(n))