java-math-library icon indicating copy to clipboard operation
java-math-library copied to clipboard

A Java math library focused on number theory and integer factorization in particular.

Results 3 java-math-library issues
Sort by recently updated
recently updated
newest added

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of compound operators](https://docs.oracle.com/javase/specs/jls/se17/html/jls-15.html#jls-15.26 "Description for assignment operators") accordingly....

Please create a Maven github action to automatically test and build a JAR for every commit: - https://docs.github.com/en/actions/guides/building-and-testing-java-with-maven Define Maven `pom.xml` Define Maven folder structure: - `/src/main/java` - `/src/main/ressources` -...

Tilman, I have written a new solver that does the gaussian elimination in parallel. Furthermore, I believe it is possible to create a solver that operates asynchronously and distributed over...