Function PI

pi()
The function returns a value of PI (3.1415926535897932). Example:
nRadius = 10
nCircumference = 2 * pi () * nRadius