| |||||
Math.js works with client-side (browsers) and server-side (Node.js) environments.
Math.js does not aim to replace the built-in JavaScript support, only to extend it.
It adds support for features natively unsupported in JavaScript, like ranges, constants, units, matrices, mathematical functions, real numbers, complex numbers, statistics, probability, trigonometry and an expression parser.
The library's structure is also very open, allowing any programmer to extend it with the support he needs.
Requirements:
· JavaScript enabled on client side
· Node.js for server-side environments
What's New in This Release: [ read full changelog ]
· Implemented function subset, to get or set a subset from a matrix, string, or other data types.
· Implemented construction functions number and string (mainly useful inside the parser).
· Improved function det.
· Moved the parse code from prototype math.expr.Parser to function math.parse, simplified Parser a little bit.
· Strongly simplified the code of Scope and Workspace.
· Fixed function mod for negative numerators, and added error messages in case of wrong input.

Via: Math.js 0.9.1
No comments:
Post a Comment