This repository provides routines to calculate the Mini-max polynomial using the Remez algorithm.
It is heavily based on the MATLAB implementation by Sherif Tawfik (Cairo University).
There is no hosted version of this repository.
The easiest way to install is using sbt
's publishing capability.
This can be done as follows:
- Clone this repository
- Run
sbt test
, to confirm all of the tests pass - Run
sbt publishLocal+
to install
Using these library components in your project can then be done by adding an .sbt
similar to this one.