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

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

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.