Average Error: 0.0 → 0.0
Time: 429.0ms
Precision: binary64
\[\mathsf{expm1}\left(x\right)\]
\[\mathsf{expm1}\left(x\right)\]
\mathsf{expm1}\left(x\right)
\mathsf{expm1}\left(x\right)
double code(double x) {
	return ((double) expm1(x));
}
double code(double x) {
	return ((double) expm1(x));
}

Error

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0.0

    \[\mathsf{expm1}\left(x\right)\]
  2. Final simplification0.0

    \[\leadsto \mathsf{expm1}\left(x\right)\]

Reproduce

herbie shell --seed 2020153 
(FPCore (x)
  :name "(expm1 x)"
  :precision binary64
  (expm1 x))