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
/
simplify
History
jos
6d418b9b61
Refactored
x && x.isFraction === true
into
type.isFraction(x)
2017-08-12 12:05:11 +02:00
..
resolve.js
Replace ES6 backtick
2017-08-06 11:58:22 +02:00
simplifyConstant.js
Refactored
x && x.isFraction === true
into
type.isFraction(x)
2017-08-12 12:05:11 +02:00
simplifyCore.js
Fixed
#916
handle dynamic function calls in simplify
2017-08-12 10:39:51 +02:00
util.js
Docs, examples, some fixes
2017-01-22 15:30:18 +01:00