atan function

This 2019.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

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