Difference between revisions of "Manuals/calci/SQRTPI"

From ZCubes Wiki
Jump to navigation Jump to search
Line 27: Line 27:
 
==References==
 
==References==
 
[http://en.wikipedia.org/wiki/Square_root Square Root]
 
[http://en.wikipedia.org/wiki/Square_root Square Root]
 +
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Revision as of 06:21, 13 March 2017

SQRTPI(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 multiplied. When we are omitting the value of , then it will consider the value .
  • is denoted by the Greek letter .
  • is a transcendental number and irrational number.
  • Being an irrational number, 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 .

Examples

  1. =SQRTPI(1) = 1.772453851
  2. =SQRTPI(0) = 0
  3. =SQRTPI(5) = 3.963327298
  4. =SQRTPI(-2) = NAN

Related Videos

SQRT

See Also

References

Square Root