bdeket / polynomials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polynomials

Small library for working with polynomials.

Works with exact, flonum, extflonum and bigfloats in the real and complex domain. Implements evaluation, basic operations and some root finding algorithms.

When stable, the intention is to merge it into the math library.

If you have any sugestions or comments on code, style, functions etc., please let me know.

how-to-use

installation:

raco pkg install git://github.com/bdeket/polynomials/?path=polynomials

use:

(require math/polynomials)

documentation: doc folder

About


Languages

Language:Racket 99.9%Language:Batchfile 0.1%