PI
Returns the value of pi.
Math & TrigonometryMath Basics
What it does
Returns the mathematical constant Pi (3.1415...).
Syntax
PI()
Examples
Circle Area
Area of circle radius 5.
FORMULA
=PI()*5^2
RESULT
78.54
SAMPLE DATA
| A | |
|---|---|
| 1 | Radius |
| 2 | 5 |
Returns the value of pi.
Returns the mathematical constant Pi (3.1415...).
PI()
Area of circle radius 5.
=PI()*5^2
| A | |
|---|---|
| 1 | Radius |
| 2 | 5 |