PI

PI()

Returns the number PI (3.141592).

REMARKS
* This is one of the few functions that does not require any arguments.
* You must include the empty parentheses after the function name.
* This constant is used to calculate the area of a circle.
* You can use the COS function to return the cosine of an angle.
* You can use the SIN function to return the sine of an angle.
* You can use the TAN function to return the tangent of an angle.
* You can use the SEC function to return the secant of a number.
* You can use the CSC function to return the cosecant of a number.
* You can use the COT function to return the cotangent of a number.
* You can use the SQRTPI function to return the square root of a number multiplied by PI.
* For the Microsoft documentation refer to support.microsoft.com

 A
1=PI()/4 = 0.78540
2=PI()/2 = 1.57080
3=PI() = 3.14159
4=PI()*3/2 = 4.71239
5=PI()*2 = 6.28319
6=COS(PI()) = -1
7=SIN(PI()) = 0
8=TAN(PI()) = 0
9=SEC(PI()) = -1
10=CSC(PI()) = 8165619676597690
11=COT(PI()) = -8165619676597690

1 - What is the value of PI divided by 4.
2 - What is the value of PI divided by 2.
3 - What is the value of PI.
4 - What is the value of PI multiplied by 3/2.
5 - What is the value of PI multiplied by 2.
6 - What is the cosine of the angle PI.
7 - What is the sine of the angle PI.
8 - What is the tangent of the angle PI.
9 - What is the secant of PI.
10 - What is the cosecant of PI.
11 - What is the cotangent of PI.

© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top