\[\frac{a}{\cot c} - \sqrt{b^2 + b^2}^*\]
Test:
(- (/ a (cotan c)) (hypot b b))
Bits:
128 bits
Bits error versus a
Bits error versus b
Bits error versus c
Time: 4.8 s
Input Error: 0.2
Output Error: 0.3
Log:
Profile: 🕒
\(\frac{1}{\frac{\cot c}{a}} - \sqrt{b^2 + b^2}^*\)
  1. Started with
    \[\frac{a}{\cot c} - \sqrt{b^2 + b^2}^*\]
    0.2
  2. Using strategy rm
    0.2
  3. Applied clear-num to get
    \[\color{red}{\frac{a}{\cot c}} - \sqrt{b^2 + b^2}^* \leadsto \color{blue}{\frac{1}{\frac{\cot c}{a}}} - \sqrt{b^2 + b^2}^*\]
    0.3

  4. Removed slow pow expressions

Original test:


(lambda ((a default) (b default) (c default))
  #:name "(- (/ a (cotan c)) (hypot b b))"
  (- (/ a (cotan c)) (hypot b b)))