The PI function in Google Sheets returns the value of Pi (π) to 14 decimal places, providing a precise constant for use in geometric, trigonometric, and scientific formulas. Dive into our comprehensive guide to master its application.
Parameters
This function takes no parameters.
Step-by-Step Tutorial
-
Returning the value of Pi:
- Example:
=PI() - Result:
3.14159265358979
- Example:
-
Calculating the circumference of a circle:
- Example: If
A1holds a radius of5, then=2*PI()*A1returns31.4159...
- Example: If
Use Cases and Scenarios
- Geometry: Calculate the area or circumference of circles and other round shapes.
- Trigonometry: Convert between degrees and radians using multiples of Pi.
- Scientific Calculations: Support formulas in physics and engineering that rely on the constant Pi.
Related Functions
RADIANS: Converts an angle from degrees to radians.DEGREES: Converts an angle from radians to degrees.SIN: Returns the sine of an angle provided in radians.
Related Articles
No related articles available for the PI function.