Average Error: 0.0 → 0.0
Time: 555.0ms
Precision: binary64
\[\mathsf{erf}\left(a\right)\]
\[\mathsf{erf}\left(a\right)\]
\mathsf{erf}\left(a\right)
\mathsf{erf}\left(a\right)
double code(double a) {
	return ((double) erf(a));
}
double code(double a) {
	return ((double) erf(a));
}

Error

Bits error versus a

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.0

    \[\mathsf{erf}\left(a\right)\]
  2. Final simplification0.0

    \[\leadsto \mathsf{erf}\left(a\right)\]

Reproduce

herbie shell --seed 2020152 
(FPCore (a)
  :name "(erf a)"
  :precision binary64
  (erf a))