Difference between revisions of "Documentation/How Tos/Calc: SQRTPI function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 16: Line 16:
 
: returns the square root of (<tt>'''2PI'''</tt>), approximately <tt>'''2.506628'''</tt>.
 
: returns the square root of (<tt>'''2PI'''</tt>), approximately <tt>'''2.506628'''</tt>.
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: SQRT function|SQRT]]''',
+
* [[Documentation/How_Tos/Calc: SQRT function|SQRT]]
'''[[Documentation/How_Tos/Calc: PI function|PI]]'''
+
* [[Documentation/How_Tos/Calc: PI function|PI]]'''
  
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
+
* [[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}

Revision as of 14:18, 25 February 2009


SQRTPI

Returns the square root of (PI times a number).

This function is only available if the Analysis AddIn is installed.

Syntax:

SQRTPI(number)

Returns the positive square root of ( PI multiplied by number ).
This is equivalent to SQRT(PI()*number).

Example:

SQRTPI(2)

returns the square root of (2PI), approximately 2.506628.

Template:Documentation/SeeAlso

Personal tools