what is the meaning of this Math.abs(r1 - r2))
Answers
Answered by
0
Answer:
The abs() function returns the absolute value of a number. If the abs() function is passed a non-numeric value, an array with one than one element, or an empty object as the number parameter, the abs() function will return NaN (not a number).
Similar questions