Skip to content

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

License

Notifications You must be signed in to change notification settings

nirvanasupermind/numerical-computation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(["<file url>"], {
   var obj =  {
   func1: <func definition>,
    variable1: <variable definition>
   }        
           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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published