mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Released version 0.6.0
This commit is contained in:
parent
89a4bdd671
commit
ddd35d86d2
@ -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`.
|
||||
|
||||
2
math.js
2
math.js
@ -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
2
math.min.js
vendored
@ -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
|
||||
|
||||
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user