chore: update dependencies and switch to current mathjs tinybench

This commit is contained in:
Glen Whitney 2025-03-18 22:04:15 -07:00
parent f1a2d04f4b
commit 38160464fa
6 changed files with 618 additions and 401 deletions

View file

@ -1,6 +1,6 @@
import assert from 'assert'
import math from '../../src/pocomath.mjs'
import Fraction from 'fraction.js/bigfraction.js'
import Fraction from 'fraction.js'
describe('fraction', () => {
const half = new Fraction(1/2)