Generate orthoganal polynomials of types: Laguerre, Legendre, Chebyshev and Hermite.
npm install ortho-poly




> Generate orthoganal polynomials of types: Laguerre, Chebyshev and Hermite.
``sh`
$ npm install ortho-poly
...
Run one, or a combination of the following commands to lint and test your code:
`sh`
$ 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:
`sh``
$ npm install -g easystatic
$ npm start
MIT © 2016 Andy Brummer