\[\sqrt{\frac{-2.839573235346269 \cdot 10^{-37}}{\left(a \cdot b\right) \cdot \left|a\right|}}\]
Test:
(sqrt (/ -2.839573235346269e-37 (* (* a b) (fabs a))))
Bits:
128 bits
Bits error versus a
Bits error versus b
Time: 6.9 s
Input Error: 24.6
Output Error: 9.5
Log:
Profile: 🕒
\(\frac{\sqrt{\frac{\frac{-2.839573235346269 \cdot 10^{-37}}{b}}{a}}}{\sqrt{\left|a\right|}}\)
  1. Started with
    \[\sqrt{\frac{-2.839573235346269 \cdot 10^{-37}}{\left(a \cdot b\right) \cdot \left|a\right|}}\]
    24.6
  2. Using strategy rm
    24.6
  3. Applied associate-/r* to get
    \[\sqrt{\color{red}{\frac{-2.839573235346269 \cdot 10^{-37}}{\left(a \cdot b\right) \cdot \left|a\right|}}} \leadsto \sqrt{\color{blue}{\frac{\frac{-2.839573235346269 \cdot 10^{-37}}{a \cdot b}}{\left|a\right|}}}\]
    23.1
  4. Using strategy rm
    23.1
  5. Applied sqrt-div to get
    \[\color{red}{\sqrt{\frac{\frac{-2.839573235346269 \cdot 10^{-37}}{a \cdot b}}{\left|a\right|}}} \leadsto \color{blue}{\frac{\sqrt{\frac{-2.839573235346269 \cdot 10^{-37}}{a \cdot b}}}{\sqrt{\left|a\right|}}}\]
    9.5
  6. Using strategy rm
    9.5
  7. Applied add-cube-cbrt to get
    \[\frac{\color{red}{\sqrt{\frac{-2.839573235346269 \cdot 10^{-37}}{a \cdot b}}}}{\sqrt{\left|a\right|}} \leadsto \frac{\color{blue}{{\left(\sqrt[3]{\sqrt{\frac{-2.839573235346269 \cdot 10^{-37}}{a \cdot b}}}\right)}^3}}{\sqrt{\left|a\right|}}\]
    10.3
  8. Applied taylor to get
    \[\frac{{\left(\sqrt[3]{\sqrt{\frac{-2.839573235346269 \cdot 10^{-37}}{a \cdot b}}}\right)}^3}{\sqrt{\left|a\right|}} \leadsto \frac{{\left(\sqrt[3]{\sqrt{\frac{-2.839573235346269 \cdot 10^{-37}}{b \cdot a}}}\right)}^3}{\sqrt{\left|a\right|}}\]
    10.3
  9. Taylor expanded around 0 to get
    \[\frac{{\left(\sqrt[3]{\sqrt{\color{red}{\frac{-2.839573235346269 \cdot 10^{-37}}{b \cdot a}}}}\right)}^3}{\sqrt{\left|a\right|}} \leadsto \frac{{\left(\sqrt[3]{\sqrt{\color{blue}{\frac{-2.839573235346269 \cdot 10^{-37}}{b \cdot a}}}}\right)}^3}{\sqrt{\left|a\right|}}\]
    10.3
  10. Applied simplify to get
    \[\frac{{\left(\sqrt[3]{\sqrt{\frac{-2.839573235346269 \cdot 10^{-37}}{b \cdot a}}}\right)}^3}{\sqrt{\left|a\right|}} \leadsto \frac{\sqrt{\frac{\frac{-2.839573235346269 \cdot 10^{-37}}{b}}{a}}}{\sqrt{\left|a\right|}}\]
    9.5

  11. Applied final simplification

Original test:


(lambda ((a default) (b default))
  #:name "(sqrt (/ -2.839573235346269e-37 (* (* a b) (fabs a))))"
  (sqrt (/ -2.839573235346269e-37 (* (* a b) (fabs a)))))