\[\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: 2.7 s
Input Error: 0.0
Output Error: 0.0
Log:
Profile: 🕒
\(\frac{a}{\cot c} - \sqrt{b^2 + b^2}^*\)
  1. Started with
    \[\frac{a}{\cot c} - \sqrt{b^2 + b^2}^*\]
    0.0

Original test:


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