release: 0.1.0
This commit is contained in:
parent
ed0a6edec9
commit
a2c51585b4
18 changed files with 2276 additions and 0 deletions
1
src/utils/math.ts
Normal file
1
src/utils/math.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const log10int = (n: number) => Math.floor(Math.log10(n))
|
||||
Loading…
Add table
Add a link
Reference in a new issue