can anyone tell me how we can find forth root of any number in java
Answers
Answered by
0
Answer:
Java. lang. Math. sqrt() Method
Description. The java.lang.Math.sqrt(double a) returns the correctly rounded positive square root of a double value. ...
Declaration. Following is the declaration for java.lang.Math.sqrt() method public static double sqrt(double a)
Parameters. a − a value.
Return Value. ...
Exception. ...
Example.
Similar questions