A little proof-of-concept for organizing mathjs by module inclusion, avoiding factory functions.
And use it to define negate and add for Complex numbers in a way that is independent of component types. Also add a bigint type and verify that pocomath will then handle Gaussian integers "for free". |
||
|---|---|---|
| bigint | ||
| complex | ||
| generic | ||
| number | ||
| test | ||
| .gitignore | ||
| LICENSE | ||
| package.json5 | ||
| pnpm-lock.yaml | ||
| pocomath.mjs | ||
| PocomathInstance.mjs | ||
| README.md | ||
pocomath
A little proof-of-concept for organizing mathjs by module inclusion, avoiding factory functions.