| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | # History | |
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | - ## not yet released, version 3.8.0 | ||
| 4 | + ## 2016-11-18, version 3.8.0 | ||
| 5 | 5 | ||
| 6 | 6 | - Functions `add` and `multiply` now accept more than two arguments. See #739. | |
| 7 | 7 | - `OperatorNode` now supports more than two arguments. See #739. Thanks @FSMaxB. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "mathjs", | |
| 3 | - "version": "3.7.0", | ||
| 3 | + "version": "3.8.0", | ||
| 4 | 4 | "main": "./dist/math.min.js", | |
| 5 | 5 | "license": "Apache-2.0", | |
| 6 | 6 | "ignore": [ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "mathjs", | |
| 3 | - "version": "3.7.0", | ||
| 3 | + "version": "3.8.0", | ||
| 4 | 4 | "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.", | |
| 5 | 5 | "repo": "josdejong/mathjs", | |
| 6 | 6 | "main": "dist/math.min.js", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments