Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/richmit/mjrcalc
- Owner: richmit
- License: other
- Created: 2015-11-04T03:44:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T02:04:03.000Z (over 2 years ago)
- Last Synced: 2024-11-11T00:16:41.839Z (3 months ago)
- Topics: lisp, mathematics, visulization
- Language: Common Lisp
- Homepage:
- Size: 2.2 MB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# mjrcalc
Mitch's LISP Mathematical LibraryThis 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.