https://github.com/fee1-dead/mathstuff
https://github.com/fee1-dead/mathstuff
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fee1-dead/mathstuff
- Owner: fee1-dead
- License: mit
- Created: 2023-04-21T18:13:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T08:28:50.000Z (over 1 year ago)
- Last Synced: 2025-01-02T18:47:50.250Z (5 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.