Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/metaxal/rascas

Computer Algebra System for Racket
https://github.com/metaxal/rascas

cas computer-algebra racket

Last synced: 5 days ago
JSON representation

Computer Algebra System for Racket

Awesome Lists containing this project

README

        

# rascas
Computer Algebra System for Racket.

There is currently no documentation because currently rascas is a little unstable, in particular
file names may change and files may be merged. Relying on just `(require rascas)` is safer.

This is a port of [dharmatech/mpl](https://github.com/dharmatech/mpl) from r6rs to Racket.

See the file [`tests.rkt`](https://github.com/Metaxal/rascas/blob/master/tests.rkt) for examples.

Also check out another CAS for Racket, [soegaard/racket-cas](https://github.com/soegaard/racket-cas).

See the [docs](https://docs.racket-lang.org/rascas/index.html).