R/erf.R

erf <-
function(x)
  {

    return( 2 * pnorm(x * sqrt(2)) - 1 )

  }

Try the geophys package in your browser

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

geophys documentation built on May 1, 2019, 9:26 p.m.