Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fee1-dead/mathstuff
https://github.com/fee1-dead/mathstuff
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fee1-dead/mathstuff
- Owner: fee1-dead
- License: mit
- Created: 2023-04-21T18:13:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T08:28:50.000Z (about 1 year ago)
- Last Synced: 2024-11-09T02:12:38.415Z (about 2 months ago)
- Language: Rust
- Size: 863 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mathstuff
This project tries to implement procedures and operations on algebraic expressions, with its own parser for expression
that can be rendered to typst.Most of the implementation comes from the books by Joel S. Cohen. (Computer Algebra and Symbolic Computation: Mathematical Methods,
and Computer Algebra and Symbolic Computation: Elementary Algorithms)This software is released under the MIT license.