Command Reference : Function Reference : Function Reference: E
  
 
@erf
Error function (Gauss error function).
Syntax: @erf(x)
x: number
Return: number
for .
Examples
= @erf(1/@sqrt(2))
returns 0.68268... (area under the normal curve within 1 standard deviation of the mean).
Cross-references
See also @erfc.