Average Error: 0 → 0
Time: 605.0ms
Precision: 64
\[\tan^{-1}_* \frac{im}{re}\]
\[\tan^{-1}_* \frac{im}{re}\]
\tan^{-1}_* \frac{im}{re}
\tan^{-1}_* \frac{im}{re}
double f(double re, double im) {
        double r17924 = im;
        double r17925 = re;
        double r17926 = atan2(r17924, r17925);
        return r17926;
}

double f(double re, double im) {
        double r17927 = im;
        double r17928 = re;
        double r17929 = atan2(r17927, r17928);
        return r17929;
}

Error

Bits error versus re

Bits error versus im

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 0

    \[\tan^{-1}_* \frac{im}{re}\]
  2. Final simplification0

    \[\leadsto \tan^{-1}_* \frac{im}{re}\]

Reproduce

herbie shell --seed 2019315 +o rules:numerics
(FPCore (re im)
  :name "math.arg on complex"
  :precision binary64
  (atan2 im re))