I am trying to solve a mathematical problem in geeksforgeeks wherein I have to calculate the 15 raised to the power 15.
long result = (long)Math.pow(a, b);
Here a,b = 15
Why the above expression evaluates to 437893890380859392
when it should be 437893890380859375