arctand(x)

From ENIGMA
(Redirected from Atand)
Jump to navigation Jump to search

Description

Calculates the inverse tangent of the given value, and returns the result. Can also be written as atand.

Parameters

Parameter Data Type Description
x double the angle, in degrees

Return Values

double: Returns the inverse tangent.

Example Call

// Example of using the function.