https://github.com/athanclark/purescript-math-equation
Equations as data structures
https://github.com/athanclark/purescript-math-equation
Last synced: 5 months ago
JSON representation
Equations as data structures
- Host: GitHub
- URL: https://github.com/athanclark/purescript-math-equation
- Owner: athanclark
- License: bsd-3-clause
- Created: 2019-03-03T02:46:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T03:47:00.000Z (about 6 years ago)
- Last Synced: 2025-01-28T17:08:01.072Z (over 1 year ago)
- Language: PureScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-math-equation
This library simply defines data types to represent equations, generally speaking,
numerically. It's specifically meant to be used to communicate an equation over-the-wire,
not particually to support or implement computer algebra systems per-se, but potentially in
the future.