atan function

Syntax

  • float atan(float x)

Returns

The arc tangent of x in degrees. This value is in the range [-90, 90].

Description

The atan function calculates the arc tangent of x, i.e. the value whose tangent is x.

Related


In this topic