\tan^{-1}_* \frac{im}{re}\tan^{-1}_* \frac{im}{re}double f(double re, double im) {
double r29936 = im;
double r29937 = re;
double r29938 = atan2(r29936, r29937);
return r29938;
}
double f(double re, double im) {
double r29939 = im;
double r29940 = re;
double r29941 = atan2(r29939, r29940);
return r29941;
}



Bits error versus re



Bits error versus im
Results
Initial program 0
Final simplification0
herbie shell --seed 2019209
(FPCore (re im)
:name "math.log/1 on complex, imaginary part"
:precision binary64
(atan2 im re))