KnowledgeBoat Logo

Computer Applications

Explain the following Math functions in Java:

Math.sqrt()

Java Math Lib Methods

ICSE

29 Likes

Answer

Returns the square root of its argument as a double value. For example, Math.sqrt(25) will return 5.0.

Answered By

20 Likes


Related Questions