Answers for "what is maths.abs in java"

2

abs in java

Math.abs(number);
Posted by: Guest on July-09-2021
0

maths.abs function in java

public static DataType abs(DataType a)
a : the argument whose absolute value is to be determined
Returns : This method returns the absolute value of the argument.
Posted by: Guest on June-22-2021

Browse Popular Code Answers by Language