Computer Applications

Explain the following function:

Math.cbrt()

Java Math Lib Methods

72 Likes

Answer

Returns the cube root of its argument as a double value.

Answered By

47 Likes


Related Questions