Pi

Pi is a mathematical function that returns the number 3.14159265358979, the mathematical constant, accurate to 15 digits. Pi is the ratio of the circumference of a circle to its diameter. The function syntax:

PI()

Example:

The following example returns row 3 divided by the product of Pi and 2:

  row[3] / (PI() * 2)