Atn(number) returns The arctangent of number in radians. : Atn « Math Functions « VBA / Excel / Access / Word






Atn(number) returns The arctangent of number in radians.

 
Sub mathDemo2()
   Debug.Print Atn(1)
End Sub

 

Related examples in the same category

1.Atn() Returns the arctangent of a number (radians).