atan()

Math / Trigonometry

Description

The inverse of tan, returns the arc tangent of a value.

Syntax

float atan(float x)

Parameters

NameTypeDescription
xfloatvalue

Returns

float

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...