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