Difference between revisions of "Manuals/calci/SQRTPI"
Jump to navigation
Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="4SpaceContent" align="left"><div class="ZEditBox" align=...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''SQRTPI(n)'''</div><br/> |
+ | *<math>n </math> n is the number. | ||
− | |||
− | </ | + | ==Description== |
− | + | *This function gives the square root of <math>(pi*n)</math>. | |
− | < | + | *The <math> pi</math> is a mathematical constant with a value approximate to 3.14159. |
+ | *In <math> SQRTPI(n), n</math> is the number by which <math> p </math> is multipled.When we are omitting the value of <math> n</math>,then it will consider the value n=1. | ||
+ | *<math> PI()</math> is denoted by the Greek letter <math> π</math>. | ||
+ | *<math> π </math> is a transcendental number and irrational number. | ||
+ | *Being an irrational number,<math> π </math> cannot be expressed exactly as a ratio of any two integers ,but we can express as the fraction 22/7 is approximate to the π value , also no fraction can be its exact value. | ||
+ | This function will give the result as error when n<0. | ||
− | |||
− | + | ==Examples== | |
− | + | #SQRTPI(1)=1.772453851 | |
− | + | #SQRTPI(0)=0 | |
+ | #SQRTPI(5)= 3.963327298 | ||
+ | #SQRTPI(-2)=NAN | ||
− | |||
− | + | ==See Also== | |
− | + | *[[Manuals/calci/PI | PI ]] | |
− | + | *[[Manuals/calci/SQRT | SQRT ]] | |
− | |||
− | |||
− | |||
− | + | ==References== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 23:29, 2 February 2014
SQRTPI(n)
- n is the number.
Description
- This function gives the square root of .
- The is a mathematical constant with a value approximate to 3.14159.
- In is the number by which is multipled.When we are omitting the value of ,then it will consider the value n=1.
- is denoted by the Greek letter Failed to parse (syntax error): {\displaystyle π} .
- 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 π } is a transcendental number and irrational number.
- Being an irrational number,Failed to parse (syntax error): {\displaystyle π } cannot be expressed exactly as a ratio of any two integers ,but we can express as the fraction 22/7 is approximate to the π value , also no fraction can be its exact value.
This function will give the result as error when n<0.
Examples
- SQRTPI(1)=1.772453851
- SQRTPI(0)=0
- SQRTPI(5)= 3.963327298
- SQRTPI(-2)=NAN
See Also