Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gentjankolicaj/jmathematics
A java mathematics module
https://github.com/gentjankolicaj/jmathematics
algebra functions geometry modular-arithmetics norms primes
Last synced: 11 days ago
JSON representation
A java mathematics module
- Host: GitHub
- URL: https://github.com/gentjankolicaj/jmathematics
- Owner: gentjankolicaj
- License: mit
- Created: 2024-06-19T21:43:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T18:25:04.000Z (about 1 month ago)
- Last Synced: 2024-11-14T18:32:01.266Z (about 1 month ago)
- Topics: algebra, functions, geometry, modular-arithmetics, norms, primes
- Language: Java
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jmathematics
* A java module for mathematics.
* Status of the project : work in progress.## How to use it ?
This is not pushed to Maven central... yet. But still you can use it
via [![](https://jitpack.io/v/gentjankolicaj/jmathematics.svg)](https://jitpack.io/#gentjankolicaj/jmathematics)Add the jitpack repository to your maven repositories:
```
JitPack
https://jitpack.io
```
Then, add the following to your pom.xml (use any version
from [gitHub releases page](https://github.com/gentjankolicaj/jmathematics/releases)):```
com.github.gentjankolicaj
jmathematics
main-${jitpack-version}```
## More :
| topic | implementations |
|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Algebra | |
| Geometry |
| Algorithms |
| Approximations |
| Functions |
| Modular |
| Primes |
| Paradox |