Pi
PI Function¶
The PI function in Excel returns the mathematical constant π (pi), which is approximately 3.14159. This function is
useful in mathematical, engineering, and scientific calculations where you need to work with the value of π.
Syntax:¶
PI()
This function does not take any arguments and simply returns the value of π.
Examples:¶
-
=PI()would return the value3.14159265358979. -
If you want to calculate the circumference of a circle with a radius of 5, you can use the formula for circumference,
2 * π * radius, in Excel:=2 * PI() * 5would return31.4159265358979.
Note: The
PIfunction is fundamental in formulas involving circular or spherical calculations, useful in fields such as geometry, trigonometry, and physics.