How to Use
Enter a value:
- x: Input value
- erf(x): Error function
- erfc(x): Complement
Applications
- Normal distribution: Φ(x) = ½[1+erf(x/√2)]
- Heat equation: T(x,t) involves erfc(x/(2√αt))
- Diffusion problems
- Signal detection (BER calculations)
Approximation
Abramowitz-Stegun: erf(x) ≈ 1−(a₁t+a₂t²+a₃t³)e⁻ˣ² where t=1/(1+0.47047x). Accurate to 2.5×10⁻⁵. Higher-order approximations available.
Step-by-Step Instructions
- 1Enter x value.
- 2Get erf(x).
- 3Get erfc(x).
- 4See series terms.
- 5Convert to Φ(x).