answersLogoWhite

0

Can you tell me what pi means?

Updated: 10/18/2022
User Avatar

Wiki User

14y ago

Best Answer

no but i can tell you the numbers. 3.141592

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you tell me what pi means?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does pi stoff means?

pi=3.14159265


How do you tell the difference between pi and pie?

Pi is 3.1415926535... Pie is a dessert


What is the exact number for pi?

pi does not exist because pie is round so tell your teacher that pi does not exist


Who was the person who created pi?

tell me the answer please


What does pathy means?

pi=3.1415926535897


What does pi square mean?

It means pi to the power of two. pi square = pi * pi


What does Pi mean in mathermatics?

It means 3.14159. Pi is the ratio of the circumference of a circle to the diameter


What does 2 pi mean?

2 pi or 2π, means 2*π, or 6.2862.


What does leave pi as pi mean?

it means solve the problem but dont put 3.14


When finding area of a circle what does it mean when the directions say leave pi as pi?

It means to solve everything in the problem except pi.


Where was pi found?

The value of pi is found by dividing the circumference of a circle by its diameter and pi is an irrational number which means it can not be expressed as a fraction.


What is a NULL Macro?

# define pi 3.17 // tihs is a preprocessing directive macro. "pi" is called macro template " 3.17" is the macro value. means in entire program pi value is 3.17. if we declared like # define pi 0 means pi value is zero means null. so the macro template which carries a null value is called a NULL MACRO.