1 line
65 B
TypeScript
1 line
65 B
TypeScript
export const log10int = (n: number) => Math.floor(Math.log10(n))
|
export const log10int = (n: number) => Math.floor(Math.log10(n))
|