Skip to content

abs function incorrect return description #3338

Closed
@Netmisha

Description

@Netmisha

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.

Metadata

Metadata

Assignees

Labels

Component: DocumentationRelated to Arduino's documentation contentType: BugType: InvalidOff topic for this repository, or a bug report determined to not actually represent a bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions