Files
calculator/src/math.ts

4 lines
110 B
TypeScript

import { create, all } from 'mathjs'
export const math = create(all, { number: 'BigNumber', precision: 16 })