MathJS 5.0.0 正式发布,Javascript 扩展数学库

栏目: 软件资讯 · 发布时间: 6年前

内容简介: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 to identity

  • Math.js code can now contain ES6. The ES6 source code is moved from lib to src, and lib now contains the compiled ES5 code.

  • Upgraded dependencies:

    • decimal.js from 9.0.1 to 10.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 NumberBoolean, and String from functions clone and typeof.

  • 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 contains derivative causing an exception. 

 下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Haskell函数式编程基础

Haskell函数式编程基础

Simon Thompson / 科学出版社 / 2013-7-1 / 129.00

《Haskell函数式编程基础(第3版)》是一本非常优秀的Haskell函数式程序设计的入门书,各章依次介绍函数式程序设计的基本概念、编译器和解释器、函数的各种定义方式、简单程序的构造、多态和高阶函数、诸如数组和列表的结构化数据、列表上的原始递归和推理、输入输出的控制处理、类型分类与检测方法、代数数据类型、抽象数据类型、惰性计算等内容。书中包含大量的实例和习题,注重程序测试、程序证明和问题求解,易......一起来看看 《Haskell函数式编程基础》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具