\[\tan^{-1}_* \frac{im}{re}\]
Test:
math.log/1 on complex, imaginary part
Bits:
128 bits
Bits error versus re
Bits error versus im
Time: 746.0 ms
Input Error: 0
Output Error: 0
Log:
Profile: 🕒
\(\tan^{-1}_* \frac{im}{re}\)
  1. Started with
    \[\tan^{-1}_* \frac{im}{re}\]
    0

Original test:


(lambda ((re default) (im default))
  #:name "math.log/1 on complex, imaginary part"
  (atan2 im re))