HomeCalculatorsMathNumerical CalculusError Function Calculator
Math calculator

Error Function Calculator

erf(x) = (2/√π) ∫₀ˣ e^{−t²} dt. Same engine as Special Functions. Odd, erf(0)=0, erf(∞)→1. Not CAS. Runs locally.

Instant result
Result

Enter values to calculate.

Inputs
Mode
Formula
Trust summary Engine tested · Specification checked · 58/58 tests · Production surface contract 4/4 · v1.10.0
Input interpretation
Enter values to calculate.
Result
Model
Gauss error function erf(x).
Scope
Real argument
Verification
Engine tested · 58/58 tests · Production surface contract 4/4 · Specification checked · v1.10.0
Named expert review
Optional · Not performed
Specification basis
  • ISO 80000-2:2019 Quantities and units — Mathematics
Specification basis
Evidence
13 golden · 8 boundary · 37 property · Production surface contract 4/4 · Artifact integrity PASS
Production
Embedded snapshot: unpublished · Build schema 1.10.0 ready · Semantic contract ✓ · Attestation report not published on origin · Live production status STALE (2 capabilities; 162 remain CURRENT) @ 2026-09-20T09:01:12.147Z
Semantic contract
PASS

Formulas

Core equations used by this calculator.

Definitionerf(x) = (2/√π) ∫₀ˣ e^{−t²} dt
Complementerfc(x) = 1 − erf(x)
iSame engine as /special-functions. Not a second engine. Not a normal-CDF statistics page.

How to use

1

Enter x

Any finite real. Default x=1.

2

Read erf(x)

erf(1) ≈ 0.84270079295. erf(−x)=−erf(x).

Example calculations

Common configurations with formula and result.

ϟ

erf(1)

x = 1

erf(1)
0.84270079295
ϟ

Oddness

x = −1

erf(−1)=−erf(1)
−0.84270079295

Error Function calculator specification

Version 1.10.0 · Engine tested

Calculation status

Review policy · Evidence

Definition
The Gauss error function erf(x)=(2/√π)∫₀ˣ e^{−t²} dt is odd, with erf(0)=0 and erf(x)→1 as x→∞. This page is mode=erf on math.special. Complementary erfc lives on the Special Functions hub. Not CAS.
What it calculates
Gauss error function erf(x).
Inputs
  • x
Outputs
  • value
  • erf
  • erfc
Formula
erf(x) = (2/√π) ∫₀ˣ e^{−t²} dt
Assumptions
  • Real argument
  • Not a normal-CDF page
  • Not CAS
Units
  • dimensionless
Boundary conditions
  • non-finite x → INVALID_NUMBER
  • unknown mode → INVALID_MODE
Example
x=1 → 0.84270079295
Validation cases

2 published on this page · 58/58 tests · Production surface contract 4/4 · View evidence

  • x=1 → 0.84270079295
  • x=0 → 0
Specification basis
  • ISO 80000-2:2019 Quantities and units — Mathematics
Calculation version
1.10.0
}

Frequently asked questions

Key distinctions behind the calculation.

Is this a second special-functions engine?

No. It is mode=erf on math.special, the same engine as /calc/math/special-functions.

Is this a normal CDF?

No. Φ(x)=(1+erf(x/√2))/2 belongs in Statistics. This page is erf itself.

Where does this run?

Locally in the browser by default. REST and MCP call the same special-functions engine.