●EasyMath.print() 👍
●EasyMath.determinant2DMatrix(double[][] matrix) 👍
●EasyMath.AllPermutationOfString(String str) 👍
●EasyMath.SubsetSum(int[] arr, int SUM) 👍
●EasyMath.Combination(int n, int r) 👍
●EasyMath.Permutation(int n, int r) 👍
●EasyMath.TransposeMatrix([][] n) 👍
●EasyMath.print2DMatrix([][] n) 👍
●EasyMath.multiply2DMatrix(int[][] firstMatrix,int[][] secondMatrix) 👍
●EasyMath.isGoldenRatio(double x, double y) 👍
●EasyMath.digitsOfFactorial(int n) 👍
●EasyMath.Logarithm(double base, double n) 👍
●EasyMath.findPower(int base, int result) 👍
●EasyMath.power(double base, double power) 👍
●EasyMath.isPrime(int p) 👍
●EasyMath.absoluteValue(n) 👍
●EasyMath.squareRoot(double n) 👍
●EasyMath.getNumbersOfDigit(int n) 👍
●EasyMath.createRandomSquareMatrix(int n) 👍
●EasyMath.PrimeFactors(int number) 👍
●EasyMath.isSkewSymmetricMatrix(int[][] matrix) 👍
Do you want to improve existing code? Do you wish adding new methods? Fork this project and send pull request to file EasyMath.java
If you want to apply this library to different programming languages, please contact via e-mail.
- Enes GÜNDAY : opsenes@gmail.com
- Ozan Onur Tek : ozanonurtek@gmail.com
- Yüksel Mert SALAR : mertsalar137@gmail.com