# [ortho-poly](https://github.com/andylbrummer/ortho-poly)

[![NPM version](http://img.shields.io/npm/v/ortho-poly.svg?style=flat-square)](https://www.npmjs.com/package/ortho-poly)
[![NPM downloads](http://img.shields.io/npm/dm/ortho-poly.svg?style=flat-square)](https://www.npmjs.com/package/ortho-poly)
[![Build Status](http://img.shields.io/travis/andylbrummer/ortho-poly/master.svg?style=flat-square)](https://travis-ci.org/andylbrummer/ortho-poly)
[![Coverage Status](https://img.shields.io/coveralls/andylbrummer/ortho-poly.svg?style=flat-square)](https://coveralls.io/andylbrummer/ortho-poly)
[![Dependency Status](http://img.shields.io/david/andylbrummer/ortho-poly.svg?style=flat-square)](https://david-dm.org/andylbrummer/ortho-poly)

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

### How to Install

```sh
$ npm install ortho-poly
```

### Getting Started

...

### How to Test

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
```

### License

MIT © 2016 Andy Brummer
