/NewMath

NewMath is a new project of classes that adds new methods and classes that native Java Math class doesn't implements to add a good new base of maths in Java.

Primary LanguageJava

NewMath

Welcome to NewMath class v1.0!

In this repository we're going to implement new static methods and classes (All in one repo) that native java Math doesn't implements, and hopefully be useful to you!

The idea is to have a new Roadmap or Work In Progress for each new version released, adding more and more methods to each version. Of course minor versions will be released and the objective are the correction of bugs, and little optimizations that can make the methods even faster, giving a nice performance while using it on your programs.

Also, new ideas are welcome to implement, as well as if you see a coding error or do you think a method can be optimized, please feel free to open a new issue.

Dependencies

From now on, JUnit5 is a mandatory dependency just if you want to use the testing environment! https://github.com/junit-team/junit5

You will find all info about releases, methods explaination and contributors in the wiki!

¿How to use NewMath?

The easiest way to do it is just download the release located at releases sidebar Or just download the source code). Then import it on your project. That's it, you're ready to use it!