🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ortho-poly

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ortho-poly

Generate orthoganal polynomials of types: Laguerre, Legendre, Chebyshev and Hermite.

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

ortho-poly

NPM version NPM downloads Build Status Coverage Status Dependency Status

Generate orthoganal polynomials of types: Laguerre, Chebyshev and Hermite.

How to Install

$ npm install ortho-poly

Getting Started

...

How to Test

Run one, or a combination of the following commands to lint and test your code:

$ npm run lint          # Lint the source code with ESLint
$ npm test              # Run unit tests with Mocha
$ npm run test:watch    # Run unit tests with Mocha, and watch files for changes
$ npm run test:cover    # Run unit tests with code coverage by Istanbul

To launch the documentation site, run:

$ npm install -g easystatic
$ npm start

License

MIT © 2016 Andy Brummer

Keywords

polynomial

FAQs

Package last updated on 09 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts