MathJS 5.0.0 已发布,Math.js 是个 和 Node.js 的扩展数学库,包括了灵活的表达式解析器,提供数字,大数值,复杂数值,单位,矩阵等等集成的解决方案,强大又易于使用。
更新内容:
- Implemented complex conjugate transpose
math.ctranspose. - Changed the behavior of
A'(transpose) in the parser to calculate the complex conjugate transpose. - Added support for
complex({abs: 1, arg: 1}), and improved the docs on complex numbers. - Renamed
eyetoidentity - Math.js code can now contain ES6. The ES6 source code is moved from
libtosrc, andlibnow contains the compiled ES5 code. - Upgraded dependencies:
decimal.jsfrom9.0.1to10.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, andStringfrom functionscloneandtypeof. - 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
toTexon node that containsderivativecausing an exception.
下载地址:
继续阅读与本文标签相同的文章
-
加入云计算成本优化策略的6个长期计划
2026-05-16栏目: 教程
-
企业采用边缘计算策略需要询问的10个问题
2026-05-16栏目: 教程
-
MYSQL 8 vs MYSQL 5.7 ORACLE 到底怎么想的? (二)
2026-05-16栏目: 教程
-
Postgresql IO 花落知多少
2026-05-16栏目: 教程
-
MONGODB 磁盘与内存的数据格式是否一致
2026-05-16栏目: 教程
