Atn Function Example

This example uses the Atn function to calculate the value of pi.

Dim pi
pi = 4 * Atn(1)    ' Calculate the value of pi.