abs function incorrect return description #3338
Labels
Component: Documentation
Related to Arduino's documentation content
Type: Bug
Type: Invalid
Off topic for this repository, or a bug report determined to not actually represent a bug
Milestone
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.
The text was updated successfully, but these errors were encountered: