TRUECALC
Functions

PI

The value of pi (3.14159...)

Try it

When to use it

When should I use PI() in a formula?

Use PI() whenever you need the mathematical constant π in a formula, such as computing circle areas, arc lengths, or converting between degrees and radians.

Used in

science · engineering

Syntax

PI()

Examples

=PI() // => 3.141592653589793

On this page