| erfc | R Documentation |
Computes \mathrm{erfc}(x) = 1 - \mathrm{erf}(x).
erfc(x)
## S4 method for signature 'numeric'
erfc(x)
## S4 method for signature 'dualr'
erfc(x)
x |
A numeric or dual value. |
The complementary error function value.
erfc(1)
x <- dual_variable(0)
value(erfc(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.