\[\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: 2.0 s
Input Error: 0.2
Output Error: 0.2
Log:
Profile: 🕒
\(\tan^{-1}_* \frac{im}{re}\)
  1. Started with
    \[\tan^{-1}_* \frac{im}{re}\]
    0.2

  2. Removed slow pow expressions

Original test:


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