java-math-library
There are 8 repositories under java-math-library topic.
astev5/area-of-shapes
A program that will determine the area of a geometric shape.
astev5/credit-card-validator
A program that performs a validation check on a credit card number.
astev5/statistics-calculator
A program that performs statistical calculations on user supplied data written to a file.
astev5/student-grades-polymorphism
A program that finds a college student's average and final grades.
monikakonieczna/java-practice
Examples of solved tasks from the area of simple algorithms, operations on Lists, Strings, Streams etc.
iahmadgad/math-java
☕ Java math library.
MarcellPerger1/MathExprCalculatorJava
A basic calculator to evaluate math expressions in text
mobalti/Numeric-Matrix-Processor
An application allows you to perform a variety of operations on matrices including addition, multiplication, finding the determinant, and dealing with inverse matrices.