Average Error: 0.0 → 0.0
Time: 926.0ms
Precision: binary64
\[{\pi}^{x} - x\]
\[{\pi}^{x} - x\]
{\pi}^{x} - x
{\pi}^{x} - x
double code(double x) {
	return ((double) (((double) pow(((double) M_PI), x)) - x));
}
double code(double x) {
	return ((double) (((double) pow(((double) M_PI), x)) - 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

    \[{\pi}^{x} - x\]
  2. Final simplification0.0

    \[\leadsto {\pi}^{x} - x\]

Reproduce

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