atan
ACTION:
returns angle in radians given the values of y and x
USE:
angle=atan(y,x)
EXAMPLE:
a=atan(0.5,sqr(0.75))
RESULT:
a=pi/6
RELATED:
atn
asin
acos
tan