comcigan.ts/src/utils/math.ts
2024-06-27 23:57:01 +09:00

1 line
65 B
TypeScript

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