https://github.com/isarn/isarn-algebra-api
A lightweight and re-targetable pure abstract API for algebraic concepts
https://github.com/isarn/isarn-algebra-api
Last synced: 11 months ago
JSON representation
A lightweight and re-targetable pure abstract API for algebraic concepts
- Host: GitHub
- URL: https://github.com/isarn/isarn-algebra-api
- Owner: isarn
- License: apache-2.0
- Created: 2016-09-25T19:21:08.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2018-08-05T16:30:06.000Z (over 7 years ago)
- Last Synced: 2025-01-05T23:12:12.844Z (about 1 year ago)
- Language: Scala
- Size: 303 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isarn-algebra-api
A lightweight and re-targetable pure abstract API for algebraic concepts
### API documentation
https://isarn.github.io/isarn-algebra-api/latest/api/
### How to use in your project
``` scala
libraryDependencies += "org.isarnproject" %% "isarn-algebra-api" % "0.0.3"
```