Simple error function

erf(x)

Arguments

x

input for error function

Examples

erf(0.5)
#> [1] 0.5204999
erf(0.1) 
#> [1] 0.1124629