mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
Released v3.15.0
This commit is contained in:
parent
9666c16378
commit
62f7abfe09
@ -1,6 +1,6 @@
|
||||
# History
|
||||
|
||||
## not yet released, version 3.15.0
|
||||
## 2017-07-29, version 3.15.0
|
||||
|
||||
- Added support for the dollar character `$` in symbol names (see #895).
|
||||
- Allow objects with prototypes as scope again in the expression parser,
|
||||
|
||||
3279
dist/math.js
vendored
3279
dist/math.js
vendored
File diff suppressed because it is too large
Load Diff
2
dist/math.map
vendored
2
dist/math.map
vendored
File diff suppressed because one or more lines are too long
38
dist/math.min.js
vendored
38
dist/math.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,3 +1,3 @@
|
||||
module.exports = '3.14.2';
|
||||
module.exports = '3.15.0';
|
||||
// Note: This file is automatically generated when building math.js.
|
||||
// Changes made in this file will be overwritten.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mathjs",
|
||||
"version": "3.14.2",
|
||||
"version": "3.15.0",
|
||||
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices.",
|
||||
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
|
||||
"contributors": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user