Syntax |
Pi |
Description |
The Double value 3.141592653589793238462643383279. |
Comments |
Pi can also be determined using the following formula: 4 * Atn(1) |
Example |
This example illustrates the use of the Pi constant. Const crlf = Chr$(13) + Chr$(10) Sub Main() |
See Also |
Tan (function); Atn (function); Cos (function); Sin (function). |
P |