Returns the number 3.14159265358979, the mathematical constant p, accurate to 15 digits.
Syntax
PI( )
Examples
PI()/2
equals 1.57079...
SIN(PI()/2)
equals 1
If the radius of a circle is stored in a cell named Radius, the following formula calculates the area of the circle:
PI()*(Radius^2)