Explain the following function:
Math.max( )
45 Likes
Returns the greater of its 2 arguments. Its return type is same as the type of its arguments.
Answered By
28 Likes
Predict the return data type of Math.log( )
Math.random()
Math.cbrt()
Explain the following Math functions in Java:
Math.abs()