release: 0.1.0

This commit is contained in:
Starcea 2024-06-27 23:57:01 +09:00
commit a2c51585b4
No known key found for this signature in database
GPG key ID: B7A77E32374911E1
18 changed files with 2276 additions and 0 deletions

1
src/utils/math.ts Normal file
View file

@ -0,0 +1 @@
export const log10int = (n: number) => Math.floor(Math.log10(n))