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
3af55ededa
Merge branch 'simplify2' into develop
2018-01-17 12:16:05 +01:00
..
resolve.js
Refactored usage of properties
.isNode
,
.isSymbolNode
, etc. into using functions like
type.isNode(x)
for security
2017-08-12 14:38:03 +02:00
simplifyConstant.js
Handle error in simplifyConstants when a function has all numeric arguments but is not itself defined
2018-01-08 01:13:14 -05:00
simplifyCore.js
#1018
simplifyCore ParenthesisNode
2018-01-16 09:06:24 -08:00
util.js
Some refactoring in
isCommutative
and
isAssociative
(see
#1013
)
2018-01-13 20:56:59 +01:00