内容简介:MathJS 5.0.0 已发布,Math.js 是个 JavaScript 和 Node.js 的扩展数学库,包括了灵活的表达式解析器,提供数字,大数值,复杂数值,单位,矩阵等等集成的解决方案,强大又易于使用。 更新内容: Implemented co...
MathJS 5.0.0 已发布,Math.js 是个 JavaScript 和 Node.js 的扩展数学库,包括了灵活的表达式解析器,提供数字,大数值,复杂数值,单位,矩阵等等集成的解决方案,强大又易于使用。
更新内容:
Implemented complex conjugate transpose
math.ctranspose
.Changed the behavior of
A'
(transpose) in the expression parser to calculate the complex conjugate transpose.Added support for
complex({abs: 1, arg: 1})
, and improved the docs on complex numbers.Renamed
eye
toidentity
Math.js code can now contain ES6. The ES6 source code is moved from
lib
tosrc
, andlib
now contains the compiled ES5 code.Upgraded dependencies:
decimal.js
from9.0.1
to10.0.1
Upgraded dev dependencies
Changed code style to https://standardjs.com/, run linter on
npm test
. See #1110.Dropped support for bower. Use npm or an other package manages instead.
Dropped support for (non-primitive) instances of
Number
,Boolean
, andString
from functionsclone
andtypeof
.Dropped official support for IE9 (probably still works, but it's not tested).
Fixed #851: More consistent behavior of sqrt, nthRoot, and pow.
Fixed #1103: Calling
toTex
on node that containsderivative
causing an exception.
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- MathJS 5.2.3 发布,Javascript 扩展数学库
- MathJS 5.3.0 发布,Javascript 扩展数学库
- MathJS 5.1.2 正式发布,Javascript 扩展数学库
- 资料 | 1800页33章数学方法精要笔记 —深入数学建模, 机器学习和深度学习的数学基础
- 产品数学课:如何理解个性化推荐里的数学原理?
- 学机器学习有必要懂数学吗?深入浅出机器学习与数学的关系
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to Computer Science Using Python
Dierbach, Charles / 2012-12 / $ 133.62
Introduction to Computer Science Using Python: A Computational Problem-Solving Focus introduces students to programming and computational problem-solving via a back-to-basics, step-by-step, objects-la......一起来看看 《Introduction to Computer Science Using Python》 这本书的介绍吧!