\[\tan^{-1}_* \frac{im}{re}\]
Test:
math.arg on complex
Bits:
128 bits
Bits error versus re
Bits error versus im
Time: 2.0 s
Input Error: 0.2
Output Error: 0.9
Log:
Profile: 🕒
\({\left(\sqrt[3]{\tan^{-1}_* \frac{im}{re}}\right)}^3\)
  1. Started with
    \[\tan^{-1}_* \frac{im}{re}\]
    0.2
  2. Using strategy rm
    0.2
  3. Applied add-cube-cbrt to get
    \[\color{red}{\tan^{-1}_* \frac{im}{re}} \leadsto \color{blue}{{\left(\sqrt[3]{\tan^{-1}_* \frac{im}{re}}\right)}^3}\]
    0.9

Original test:


(lambda ((re default) (im default))
  #:name "math.arg on complex"
  (atan2 im re))