atan function

Syntax

  • float atan(x)

Parameters

  1. x—float

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