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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
Line 21: Line 21:
  
 
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
 
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
 +
 +
=== Issues: ===
 +
* This function currently appears in the AddIn category of the Function Wizard.

Revision as of 09:51, 24 February 2008


ERFC

Calculates the complementary error function (complementary Gauss error function).

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

Syntax:

ERFC(number)

returns the error function calculated between number and infinity, that is, the complementary error function for number.
ERFC(x) = 1 - ERF(x).

Example:

ERFC(0.5)

returns 0.479500122187.

See also:

ERF

Mathematical functions

Issues:

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