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
/
lib
/
expression
History
Max Bruckner
35ce7f7fb4
Make Node.toTex a wrapper like Node.compile
...
Node.prototype.toTex is now a wrapper that calls the node's _toTex
2015-03-13 21:23:14 +01:00
..
docs
Released version 1.4.0
2015-02-28 22:02:12 +01:00
node
Make Node.toTex a wrapper like Node.compile
2015-03-13 21:23:14 +01:00
transform
Replaced all require('decimal.js') with require('../type/BigNumber'), containing the toJSON and fromJSON methods for BigNumber
2015-02-18 20:41:27 +01:00
keywords.js
Using strict mode now in all files (added
'use strict';
on top of every file)
2014-07-18 23:19:14 +02:00
operators.js
New generic toString for AssignmentNode
2015-03-01 10:35:04 +01:00
parse.js
Implemented xor operator
^|
in the expression parser
2014-12-25 15:45:54 +01:00
Parser.js
Using strict mode now in all files (added
'use strict';
on top of every file)
2014-07-18 23:19:14 +02:00