SheetRocks
Documentation/Formulas/PI

PI

Returns the value of pi (π)

Syntax

PI()

Examples

Get the value of pi

=PI()
Result ⇒ 3.1416

Calculate circle area

=PI() * A1^2
Result ⇒ 78.5398
A
1 5

Calculate circle circumference

=2 * PI() * A1
Result ⇒ 18.8496
A
1 3

Related Functions

Other Math functions:


← Back to Formula Reference