An open API service indexing awesome lists of open source software.

https://github.com/lvandeve/jmat

Complex special functions, numerical linear algebra and statistics in JavaScript
https://github.com/lvandeve/jmat

Last synced: 5 months ago
JSON representation

Complex special functions, numerical linear algebra and statistics in JavaScript

Awesome Lists containing this project

README

        

# Jmat.js

Complex special functions, numerical linear algebra and statistics in JavaScript

See demo at:
http://lodev.org/jmat/jmat_demo.html

This library includes:
* Advanced mathematical functions such as gamma function, lambertw, erf, theta, zeta, polylog, ...
* Statistical functions.
* Complex numbers.
* Matrices.
* Quaternions.
* Big Integers.

# Building

To build the minified version, use:

`./minify.sh`

# Screenshot

![screenshot](screenshot.png)