feat: Add return typing strategies and implement sqrt with them (#26)
All checks were successful
/ test (push) Successful in 17s
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:
parent
aad62df8ac
commit
0765ba7202
35 changed files with 1125 additions and 152 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue