Computer Applications
Write down the syntax for the following Java Mathematical Library function:
To find the absolute value of a number m
Java Math Lib Methods
28 Likes
Answer
Math.abs(m)
Answered By
16 Likes
Related Questions
Predict the output of the following:
System.out.println(Math.ceil(65.5));Write down the syntax for the following Java Mathematical Library function:
To find the smaller between two numbers p and q
Write down the syntax for the following Java Mathematical Library function:
To find the exponent of a number k
Write down the syntax for the following Java Mathematical Library function:
To find the square root of a number d