Documentation/How Tos/Calc: ERFC function
From Apache OpenOffice Wiki
< Documentation | How Tos
CALC FUNCTIONS
- Mathematical FunctionsTrigonometric
- CosSinTanCotAcosAcotAsinAtanAtan2DegreesRadiansPiHyperbolic
- CoshSinhTanhCothAcoshAcothAsinhAtanhRounding and remainders
- TruncRoundRounddownRoundupCeilingFloorEvenOddMroundIntQuotientModLogarithm/Powers
- ExpPowerLogLnLog10Bessel functions
- BesseliBesseljBesselkBesselyMiscellaneous
- AbsCombinCombinaConvertConvert AddCountblankCountifDeltaErfErfcFactFactdoubleGcdGcd AddGestepIsevenIsoddLcmLcm AddMultinomialProductRandRandbetweenSeriessumSignSqrtSqrtpiSubtotal
Contents
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
-