Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nirvanasupermind/lynx-js

Numerical analysis and number theory library for JavaScript
https://github.com/nirvanasupermind/lynx-js

Last synced: 9 days ago
JSON representation

Numerical analysis and number theory library for JavaScript

Awesome Lists containing this project

README

        

# lynx-js
[![npm version](https://badge.fury.io/js/lynx-js.svg)](https://badge.fury.io/js/lynx-js)

**lynx** is a package for numerical analysis and number theory in JavaScript, with numpy-like API. It contains (among other things):
* Creation and manipulation of nD tensors
* Manipulation of [dual numbers](https://mathworld.wolfram.com/DualNumber.html)
* Universal functions which work on multiple classes

lynx has no run-time dependencies. The lynx module is designed to be able to be run from Node.JS.

# Load

This library is available in Node from the npm registry

$ npm install lynx-js

And you can import it like this:

```js
var lynx = require("lynx-js")
```

# API
See [API.md](API.md).

# License
lynx is licensed under the MIT License.