feat: Add return typing strategies and implement sqrt with them (#26)
All checks were successful
/ test (push) Successful in 17s

Resolves #25

Reviewed-on: #26
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
This commit is contained in:
Glen Whitney 2025-04-28 16:29:33 +00:00 committed by Glen Whitney
parent aad62df8ac
commit 0765ba7202
35 changed files with 1125 additions and 152 deletions

View file

@ -4,6 +4,7 @@
description: 'Sequel to mathjs as prototype for mathjs overhaul',
scripts: {
test: 'mocha ./**/*.spec.js',
lint: 'eslint -c etc/eslint.config.mjs',
},
keywords: [
'math',
@ -16,6 +17,9 @@
url: 'https://code.studioinfinity.org/glen/nanomath.git',
},
devDependencies: {
'@eslint/js': '^9.25.1',
eslint: '^9.25.1',
globals: '^16.0.0',
mocha: '^11.1.0',
},
dependencies: {