This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
mathjs
Watch
1
Star
0
Fork
0
You've already forked mathjs
mirror of
https://github.com/josdejong/mathjs.git
synced
2026-01-18 14:59:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mathjs
/
lib
/
function
/
algebra
History
Favian Contreras
6fbe2238cd
Added a test case for nthRoot where the root is variable. Now handles a variable base log, and added a test case. Adjusted the chain rule to be after the switch statement (saves ~1640 bytes and is more modular).
2015-07-21 04:34:06 -07:00
..
decomposition
lsolve() and usolve()
2015-05-07 23:43:28 -04:00
solver
usolve() update
2015-05-08 10:36:58 -04:00
derivative.js
Added a test case for nthRoot where the root is variable. Now handles a variable base log, and added a test case. Adjusted the chain rule to be after the switch statement (saves ~1640 bytes and is more modular).
2015-07-21 04:34:06 -07:00
index.js
Complete structure of derivitive function. Most operators are complete, with a few functions as well. Still does not handle argument errors well, even though it returns the same it received.
2015-05-31 02:49:36 -07:00