Released version 0.6.0

This commit is contained in:
josdejong 2013-04-13 00:25:36 +02:00
parent 89a4bdd671
commit ddd35d86d2
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
https://github.com/josdejong/mathjs
## not yet released, version 0.6.0
## 2013-04-13, version 0.6.0
- Implemented chained operations via method math.select(). For example
`math.select(3).add(4).subtract(2).done()` will return `5`.

View File

@ -6,7 +6,7 @@
* It features real and complex numbers, units, matrices, a large set of
* mathematical functions, and a flexible expression parser.
*
* @version 0.6.0-SNAPSHOT
* @version 0.6.0
* @date 2013-04-13
*
* @license

2
math.min.js vendored
View File

@ -6,7 +6,7 @@
* It features real and complex numbers, units, matrices, a large set of
* mathematical functions, and a flexible expression parser.
*
* @version 0.6.0-SNAPSHOT
* @version 0.6.0
* @date 2013-04-13
*
* @license

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "0.6.0-SNAPSHOT",
"version": "0.6.0",
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features real and complex numbers, units, matrices, a large set of mathematical functions, and a flexible expression parser.",
"author": "Jos de Jong <wjosdejong@gmail.com>",
"contributors": [