\[\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.7 s
Input Error: 24.9
Output Error: 9.3
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.9
  2. Using strategy rm
    24.9
  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.6
  4. Using strategy rm
    23.6
  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.2
  6. Applied taylor to get
    \[\frac{\sqrt{\frac{-2.839573235346269 \cdot 10^{-37}}{a \cdot b}}}{\sqrt{\left|a\right|}} \leadsto \frac{\sqrt{\frac{-2.839573235346269 \cdot 10^{-37}}{b \cdot a}}}{\sqrt{\left|a\right|}}\]
    9.2
  7. Taylor expanded around 0 to get
    \[\frac{\sqrt{\color{red}{\frac{-2.839573235346269 \cdot 10^{-37}}{b \cdot a}}}}{\sqrt{\left|a\right|}} \leadsto \frac{\sqrt{\color{blue}{\frac{-2.839573235346269 \cdot 10^{-37}}{b \cdot a}}}}{\sqrt{\left|a\right|}}\]
    9.2
  8. Applied simplify to get
    \[\frac{\sqrt{\frac{-2.839573235346269 \cdot 10^{-37}}{b \cdot a}}}{\sqrt{\left|a\right|}} \leadsto \frac{\sqrt{\frac{\frac{-2.839573235346269 \cdot 10^{-37}}{b}}{a}}}{\sqrt{\left|a\right|}}\]
    9.3

  9. Applied final simplification

  10. Removed slow pow expressions

Original test:


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