Closed
Description
http://www.arduino.cc/en/Reference/Abs
Returns
x: if x is greater than or equal to 0.
-x: if x is less than 0.
Should be:
Returns
x: if x is greater than or equal to 0.
x: if x is less than 0.
http://www.arduino.cc/en/Reference/Abs
Returns
x: if x is greater than or equal to 0.
-x: if x is less than 0.
Should be:
Returns
x: if x is greater than or equal to 0.
x: if x is less than 0.