ERFC function
From Apache OpenOffice Wiki
< Documentation | How Tos
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Trigonometric
Hyperbolic
Rounding and remainders
Logarithm/Powers
Bessel functions
Miscellaneous
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.
Issues:
- This function currently appears in the AddIn category of the Function Wizard.
See Also