cos()
Math / TrigonometryDescription
Calculates the cosine of an angle in radians.
Syntax
float cos(float angle)
Parameters
| Name | Type | Description |
|---|---|---|
| angle | float | angle in radians |
Returns
floatRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...