R/erfc.R

Defines functions `erfc`

`erfc` <-
function( x) { 
	sqrt2 <- 2^0.5
	return( 2 * pnorm( x * sqrt2, lower=FALSE))
}
robertdouglasmorrison/DuffyTools documentation built on May 6, 2024, 8:26 p.m.