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
/
examples
/
browser
History
jos
c810981238
Method
Node.compile()
no longer needs
math
to be passed as argument.
2015-05-27 13:30:35 +02:00
..
webworkers
Removed
boolean
,
string
, and
null
from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally). Consistently renamed primitive types lower case (
boolean
,
string
,
number
,
null
) and non-primitive types uppercase (
Complex
,
BigNumber
,
Function
,
Array
, ...).
2015-05-20 21:08:26 +02:00
angle_configuration.html
Updated docs
2014-08-16 18:00:23 +02:00
basic_usage.html
Updated chaining example in the readme. Updated comments in some examples
2014-12-26 11:32:15 +01:00
custom_separators.html
Minor tweaks in the examples
2014-07-01 10:28:31 +02:00
old_browsers.html
Updated chaining example in the readme. Updated comments in some examples
2014-12-26 11:32:15 +01:00
plot.html
Added an example on plotting a function
2015-04-15 21:31:01 +02:00
pretty_printing_with_mathjax.html
Method
Node.compile()
no longer needs
math
to be passed as argument.
2015-05-27 13:30:35 +02:00
requirejs_loading.html
Math.js now immediately returns a default instance of mathjs, no need to create an instance every time you want to use the library.
2014-06-20 23:11:14 +02:00