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

https://github.com/nirvanasupermind/numerical-computation

Javascript port of numerical analysis, featuring approximations of non-elementary functions such as tetration and erf, along with numerical differentiation, integration, and more.
https://github.com/nirvanasupermind/numerical-computation

javascript math mathematics numerical-analysis

Last synced: 12 months ago
JSON representation

Javascript port of numerical analysis, featuring approximations of non-elementary functions such as tetration and erf, along with numerical differentiation, integration, and more.

Awesome Lists containing this project

README

          

# numerical-computation
A numerical analysis toolkit in Javascript, featuring derivatives, integration, matrices, tetration and more. It will be updated as and when new features are available. Below is a documentation of the installation process and all the current functions supported.

# Usage
To install, you can clone the file in a terminal using `git clone https://github.com/nirvanasupermind/numerical-computation/` or install it locally.

Note that numerical uses require.js, so you need to use a `define` statement to import numerical:
```
define([""], {
var obj = {
func1: ,
variable1:
}
return obj
})
```

And if you are using an html file:
`numerical/
Where `` is the local file URL of numerical.js in your computer. For more info on require.js, check out their official site, and for info on Github installation, check out Github support.
# API
##