Released version 0.16.0

This commit is contained in:
josdejong 2013-11-28 17:46:24 +01:00
parent 04980af87f
commit 729f2247f5
5 changed files with 874 additions and 531 deletions

View File

@ -2,7 +2,7 @@
https://github.com/josdejong/mathjs
## not yet released, version 0.16.0
## 2013-11-28, version 0.16.0
- Implemented BigNumber support for arbitrary precision calculations.
Added settings `number.defaultType` and `number.precision` to configure

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "0.16.0-SNAPSHOT",
"version": "0.16.0",
"main": "./dist/math.js",
"ignore": [
"coverage",

1383
dist/math.js vendored

File diff suppressed because it is too large Load Diff

16
dist/math.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "0.16.0-SNAPSHOT",
"version": "0.16.0",
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices.",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
"contributors": [