KnowledgeBoat Logo

Computer Applications

Explain the following function:

Math.pow()

Java Math Lib Methods

17 Likes

Answer

Returns the value of the first argument raised to the power of the second argument. Data type of the two arguments and the return type of this method is double.

Answered By

13 Likes


Related Questions