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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 22: Line 22:
 
: returns <tt>'''0.297797288603'''</tt>.
 
: returns <tt>'''0.297797288603'''</tt>.
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: ERFC function|ERFC]]'''
+
* [[Documentation/How_Tos/Calc: ERFC function|ERFC]]'''
  
'''[[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]]}}
  
 
=== Issues: ===
 
=== Issues: ===
 
* This function currently appears in the AddIn category of the Function Wizard.
 
* This function currently appears in the AddIn category of the Function Wizard.

Revision as of 13:46, 25 February 2009


ERF

Calculates the error function (Gauss error function).

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

Syntax:

ERF(number1; number2)

if number2 is omitted, returns the error function calculated between 0 and number1, otherwise returns the error function calculated between number1 and number2.
The error function, also known as the Gauss error function, is defined for ERF(x) as:
Calc erf function formula.png
ERF(x1; x2) is ERF(x2) - ERF(x1).

Example:

ERF(0.5)

returns 0.520499877813.

ERF(0.2; 0.5)

returns 0.297797288603.

Template:Documentation/SeeAlso

Issues:

  • This function currently appears in the AddIn category of the Function Wizard.
Personal tools