Average Error: 0 → 0
Time: 364.0ms
Precision: binary64
\[\tan^{-1} x\]
\[\tan^{-1} x\]
\tan^{-1} x
\tan^{-1} x
double code(double x) {
	return ((double) atan(x));
}
double code(double x) {
	return ((double) atan(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

    \[\tan^{-1} x\]
  2. Final simplification0

    \[\leadsto \tan^{-1} x\]

Reproduce

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