Computer Applications
Explain the following Math functions in Java:
Math.sqrt()
Java Math Lib Methods
31 Likes
Answer
Returns the square root of its argument as a double value. For example, Math.sqrt(25) will return 5.0.
Answered By
21 Likes
Explain the following Math functions in Java:
Math.sqrt()
31 Likes
Returns the square root of its argument as a double value. For example, Math.sqrt(25) will return 5.0.
Answered By
21 Likes