R/temp/erf.R

Defines functions erf

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

Try the ORIONZ.G package in your browser

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

ORIONZ.G documentation built on Sept. 11, 2024, 6:13 p.m.