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 Sept. 13, 2024, 4:51 p.m.