Atn() Returns the arctangent of a number (radians). : Atn « Math Functions « VBA / Excel / Access / Word






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

 
Sub mathFDemo()
    Debug.Print 4 * Atn(1)
End Sub

 

Related examples in the same category

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