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 6 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...

Til, I lost your email, send me an email at [email protected]. I have a new version of Brent's cycle finding algorithm you might find interesting. Dave.

Most methods of sun.misc.Unsafe have been marked as deprecated in Java 23. It is supposed to replace them with the "Foreign Function & Memory API", see https://openjdk.org/jeps/454. We need to...

Currently it is possible to create subclasses of PSIQSThread that combine sieve and trial divsion classes that would work together very slowly. For example, using `Sieve03g` with `TDiv_QS_2LP` in class...