We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.