Is your feature request related to a problem? Please describe.
No, its not. I want to add the implementation of all math functions in java.
Describe the solution you'd like
My tutorial will help beginners in implementing all the math functions in java.
Example:
System.out.println(Math.pow(2,3));
Output: 8.0