Math.js – An Extensive Math Library For JavaScript & Node.js
Join the DZone community and get the full member experience.
Join For Freemath.js is an extensive math library for javascript and node.js which comes with an in-built expression parser which can perform computations on numbers, big numbers, complex numbers, units, and matrices.
features
- supports numbers, big numbers, complex numbers, units, strings, arrays, and matrices.
- is compatible with javascript’s built-in math library.
- contains a flexible expression parser.
- supports chained operations.
- comes with a large set of built-in functions and constants.
- has no dependencies. runs on any javascript engine.
- is easily extensible.
the whole library is very compact in size, weighing in at only 40kb minified & gzipped.
requirements:
none
demo:
http://mathjs.org/
license:
apache 2.0 license
Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Fun Is the Glue That Makes Everything Stick, Also the OCP
-
Hibernate Get vs. Load
-
System Testing and Best Practices
-
MLOps: Definition, Importance, and Implementation
Comments