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
2025-12-08 19:46:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mathjs
/
test
/
expression
History
jos
73b67bfc09
Removed logical not operator
!
(so now we just have logical operators
and
,
not
,
or
,
xor
).
2014-12-25 14:21:16 +01:00
..
node
Added proper error messages to Node.map
2014-11-15 13:32:02 +01:00
keywords.test.js
Fixed
#151
:
end
is now a reserved keyword
2014-06-10 21:13:27 +02:00
parse.test.js
Removed logical not operator
!
(so now we just have logical operators
and
,
not
,
or
,
xor
).
2014-12-25 14:21:16 +01:00
Parser.test.js
Fixed
#200
: A new instanceof of math.js must now be created as
math.create([options])
instead of
math([options])
2014-08-03 21:42:12 +02:00