Proof-of-concept tiny package like mathjs with mutable "typed functions" and module-based dependency tracking/"tree-shaking"
Go to file
Glen Whitney 32bc9ca515 feat: Add complex numbers
With just the operations we have for numbers, and overall tests.
2022-03-25 01:54:20 -07:00
complex feat: Add complex numbers 2022-03-25 01:54:20 -07:00
generic feat: Initial core of picomath 2022-03-25 00:49:03 -07:00
number feat: Add complex numbers 2022-03-25 01:54:20 -07:00
test feat: Add complex numbers 2022-03-25 01:54:20 -07:00
.gitignore feat: Initial core of picomath 2022-03-25 00:49:03 -07:00
LICENSE doc: Initial commit 2022-03-24 20:44:46 -07:00
package-lock.json feat: Initial core of picomath 2022-03-25 00:49:03 -07:00
package.json feat: Initial core of picomath 2022-03-25 00:49:03 -07:00
picomath.js feat: Add complex numbers 2022-03-25 01:54:20 -07:00
picomathInstance.js feat: Add complex numbers 2022-03-25 01:54:20 -07:00
poortf.js feat: Initial core of picomath 2022-03-25 00:49:03 -07:00
README.md doc: Initial commit 2022-03-24 20:44:46 -07:00

Proof of concept for a JavaScript Computer Algebra System

The system will be an object whose properties names are the operator names and whose property values are constant mutable function objects that can have new behaviors added to them.