This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
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.