Proof-of-concept tiny package like mathjs with mutable "typed functions" and module-based dependency tracking/"tree-shaking"
Go to file
Glen Whitney 29653f25c4 test: Make sure you can assemble in any order 2022-03-25 02:03: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 test: Make sure you can assemble in any order 2022-03-25 02:03: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
README.md 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

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.