Back to Browse

pow and sqrt function in Java

30 views
Jan 27, 2021
11:02

The java.lang.Math.pow() is used to return the value of first argument raised to the power of the second argument. The return type of pow() method is double and The java.lang.Math.sqrt() is return square of a number.

Download

0 formats

No download links available.

pow and sqrt function in Java | NatokHD