Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/richmit/mjrcalc

LISP Mathematical Library
https://github.com/richmit/mjrcalc

lisp mathematics visulization

Last synced: 18 days ago
JSON representation

LISP Mathematical Library

Awesome Lists containing this project

README

        

# mjrcalc
Mitch's LISP Mathematical Library

This system contains various bits of mathematically oriented code.

You can learn more about this library on the project web page:

[http://www.mitchr.me/SS/mjrcalc/](http://www.mitchr.me/SS/mjrcalc/)

A good starting point for more detailed information is the
documentation string on the function MJR_META_HELP found in the file
lib-meta.lisp.

In general, the place to start with a package called "PKG", is the
documentation string for the function named MJR_PKG_HELP which will be
located in a file named ???-PKG.lisp.

The license for this software may be found in the LICENSE.TXT file.

Have fun.