mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
Publish v6.4.0
This commit is contained in:
parent
c1263bc040
commit
b3236b6592
@ -1,7 +1,7 @@
|
||||
# History
|
||||
|
||||
|
||||
# not yet published, version 6.4.0
|
||||
# 2020-01-06, version 6.4.0
|
||||
|
||||
- Extended function `dimension` with support for n-dimensional points.
|
||||
Thanks @Veeloxfire.
|
||||
|
||||
2
NOTICE
2
NOTICE
@ -1,7 +1,7 @@
|
||||
math.js
|
||||
https://github.com/josdejong/mathjs
|
||||
|
||||
Copyright (C) 2013-2019 Jos de Jong <wjosdejong@gmail.com>
|
||||
Copyright (C) 2013-2020 Jos de Jong <wjosdejong@gmail.com>
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@ -146,7 +146,7 @@ Thanks Travis CI and BrowserStack for the generous free hosting of this open sou
|
||||
|
||||
## License
|
||||
|
||||
Copyright (C) 2013-2019 Jos de Jong <wjosdejong@gmail.com>
|
||||
Copyright (C) 2013-2020 Jos de Jong <wjosdejong@gmail.com>
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
* cat script.txt | mathjs > results.txt Run input stream, output to file
|
||||
*
|
||||
* @license
|
||||
* Copyright (C) 2013-2019 Jos de Jong <wjosdejong@gmail.com>
|
||||
* Copyright (C) 2013-2020 Jos de Jong <wjosdejong@gmail.com>
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mathjs",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mathjs",
|
||||
"version": "6.3.0",
|
||||
"version": "6.4.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": [
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
* @date @@date
|
||||
*
|
||||
* @license
|
||||
* Copyright (C) 2013-2019 Jos de Jong <wjosdejong@gmail.com>
|
||||
* Copyright (C) 2013-2020 Jos de Jong <wjosdejong@gmail.com>
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user