R/erf.R

Defines functions erf

Documented in erf

erf <- function(x){
  2 * pnorm(x * sqrt(2)) - 1
}

Try the SINRELEF.LD package in your browser

Any scripts or data that you put into this service are public.

SINRELEF.LD documentation built on June 22, 2024, 9:14 a.m.