In java how to display the absolute difference of two real numbers.
Answers
Answered by
1
Answer:
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. If the argument is of double or float type: If the argument is positive zero or negative zero, the result is positive zero
Similar questions