atan()
Math / TrigonometryDescription
The inverse of tan, returns the arc tangent of a value.
Syntax
float atan(float x)
Parameters
| Name | Type | Description |
|---|---|---|
| x | float | value |
Returns
floatRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...