answersLogoWhite

0

no but i can tell you the numbers. 3.141592

User Avatar

Wiki User

15y ago

What else can I help you with?

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 does the word about mean in math?

'About' means 'Approximately.'. pi is about 3.14 pi is approximately 3.14 pi is NOT equal to 3.14 pi is an irrational numbers which means that the decimals go to infinity. So any value given for 'pi' is only an approximation/about. pi ~ 3.14 pi~ 3.1416 pi ~ 3.141592 pi = 3.141592....


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 2 pi mean?

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


What does Pi mean in mathermatics?

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


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.


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.


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.