-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
@warpster
Description
The documentation says that ABS returns
x: if x is greater than or equal to 0.
or
-x: if x is less than 0. <-----this is wrong I believe, should be x: if x is less than 0. (no minus)
That is unless ABS works different in Arduino than any other language.