Average Error: 0.0 → 0.0
Time: 847.0ms
Precision: binary64
\[{X}^{2} + 7\]
\[{X}^{2} + 7\]
{X}^{2} + 7
{X}^{2} + 7
double code(double X) {
	return ((double) (((double) pow(X, 2.0)) + 7.0));
}
double code(double X) {
	return ((double) (((double) pow(X, 2.0)) + 7.0));
}

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

    \[{X}^{2} + 7\]
  2. Final simplification0.0

    \[\leadsto {X}^{2} + 7\]

Reproduce

herbie shell --seed 2020153 
(FPCore (X)
  :name "(+ (pow X 2) 7)"
  :precision binary64
  (+ (pow X 2.0) 7.0))