Skip to content

Latest commit

 

History

125 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyMath

Travis CI : Build Status

EasyMath is an external library that includes following specific mathematical methods:

Methods

●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) 👍

How to Contribute

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.

Please feel free to contribute!

Team Members:

About

EasyMath is an external library that includes specific mathematical functions and operations

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages