- A java module for mathematics.
- Status of the project : work in progress.
This is not pushed to Maven central... yet. But still you can use it via
Add the jitpack repository to your maven repositories:
<repositories>
<repository>
<id>JitPack</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Then, add the following to your pom.xml (use any version from gitHub releases page):
<dependency>
<groupId>com.github.gentjankolicaj</groupId>
<artifactId>jmathematics</artifactId>
<version>main-${jitpack-version}</version>
</dependency>
topic | implementations |
---|---|
Algebra | |
Geometry | |
Algorithms | |
Approximations | |
Functions | |
Modular | |
Primes | |
Paradox |