Average Error: 0.0 → 0.0
Time: 472.0ms
Precision: binary64
\[\mathsf{log1p}\left(x\right)\]
\[\mathsf{log1p}\left(x\right)\]
\mathsf{log1p}\left(x\right)
\mathsf{log1p}\left(x\right)
double code(double x) {
	return ((double) log1p(x));
}
double code(double x) {
	return ((double) log1p(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{log1p}\left(x\right)\]
  2. Final simplification0.0

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

Reproduce

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