# (see Abramowitz and Stegun 29.2.29)
# complementary error function
#' @export
erfc <- function(x) 2 * pnorm(x * sqrt(2), lower = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.