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