mirror of
https://github.com/josdejong/mathjs.git
synced 2026-02-01 16:07:46 +00:00
Released version 0.16.0
This commit is contained in:
parent
04980af87f
commit
729f2247f5
@ -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
|
||||
|
||||
@ -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
1383
dist/math.js
vendored
File diff suppressed because it is too large
Load Diff
16
dist/math.min.js
vendored
16
dist/math.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user