Appearance
atan() - return the arctangent of a float
float atan( float f );
Returns the arctangent of its argument, 'f', measured in radians.
acos(3), asin(3), cos(3), sin(3), tan(3)