Library for polynomial calculus in Typescript.
Polynomial ::= Monomial SMonomial*
see package.json file for versions:
@types/chai
@types/mocha
chai
mocha
nyc
chalk
cross-env
npm-run-all
del-cli
ts-node
typescript
$ git clone https://github.com/JoeFerri/polynomial
$ cd ../path/to/the/file
$ npm i -D del-cli
$ npm i -D npm-run-all
$ npm i -D typescript
$ npm start
$ cd ../path/to/the/file
$ npm i -D chai mocha nyc ts-node typescript
$ npm i -D @types/chai @types/mocha
$ npm i -D @types/node
$ npm i -D chalk
$ npm i -D cross-env
$ npm t
$ npm run coverage
For the documentation see the notes inside the source code or wiki page
under development
under development
none
under development
GNU Lesser General Public License v3.0 only
Copyright (C) 2021 Giuseppe Ferri
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.