atand

 
 
 

Returns the degree value of the arc tangent of a number. The arc tangent is the angle whose tangent is the specified number. The returned value is from -90 to 90.

float atand(float number)

number is the tangent of the angle and can be any value.

Example

atand(1)

Returns 45 degrees.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License