Difference between revisions of "Manuals/calci/PI"
| (One intermediate revision by one other user not shown) | |||
| Line 12: | Line 12: | ||
==Examples== | ==Examples== | ||
| − | #= | + | #=PI() = 3.141592653589793 |
| − | #= | + | #=PI()/4 = 0.785398163 |
| − | #= | + | #=PI()/180 = 0.017453293 |
| − | #= | + | #=PI()/(22/7) = 0.999597663 |
| − | #= | + | #=PI()*(5^2) = 78.53981634(Area of circle with r=5) |
| − | #=2* | + | #=2*PI()*5 = 31.41592654(Circumference of a circle with r=5). |
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|jyLRpr2P0MQ|280|center|PI}} | ||
==See Also== | ==See Also== | ||
Latest revision as of 09:26, 10 October 2015
PI()
Description
- This function gives the value of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle pi} .
- The Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle pi} is a mathematical constant with a value approximate to 3.14159.
- It is denoted by the Greek letter Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Pi} .
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Pi} is commonly defined as the ratio of a circle's circumference Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle C} to its diameter Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d} .
- So Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Pi =\frac {C}{d}} , the ratio is constant, and it is not considering the circle's size.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Pi} is a transcendental number and irrational number.
- Being an irrational number, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Pi} cannot be expressed exactly as a ratio of any two integers .
- But we can express as the fraction Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac {22}{7}} is approximate to the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Pi} value , also no fraction can be its exact value.
Examples
- =PI() = 3.141592653589793
- =PI()/4 = 0.785398163
- =PI()/180 = 0.017453293
- =PI()/(22/7) = 0.999597663
- =PI()*(5^2) = 78.53981634(Area of circle with r=5)
- =2*PI()*5 = 31.41592654(Circumference of a circle with r=5).