Чото поменял

This commit is contained in:
2023-11-20 18:00:24 +03:00
parent 6f147ca8b7
commit e164248d9c
7 changed files with 167 additions and 49 deletions

3
src/math.ts Normal file
View File

@@ -0,0 +1,3 @@
import { create, all } from 'mathjs'
export const math = create(all, { number: 'BigNumber', precision: 16 })