- Split input into 4 regimes
if (/ A V) < -4.14972561063754e+256
Initial program 33.2
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied associate-/r*50.6
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{\frac{A}{V}}{\ell}}}\]
- Using strategy
rm Applied div-inv50.6
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{A}{V} \cdot \frac{1}{\ell}}}\]
- Using strategy
rm Applied associate-*l/33.2
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{A \cdot \frac{1}{\ell}}{V}}}\]
Applied sqrt-div39.3
\[\leadsto c0 \cdot \color{blue}{\frac{\sqrt{A \cdot \frac{1}{\ell}}}{\sqrt{V}}}\]
Applied associate-*r/39.6
\[\leadsto \color{blue}{\frac{c0 \cdot \sqrt{A \cdot \frac{1}{\ell}}}{\sqrt{V}}}\]
Applied simplify39.7
\[\leadsto \frac{\color{blue}{c0 \cdot \sqrt{\frac{A}{\ell}}}}{\sqrt{V}}\]
if -4.14972561063754e+256 < (/ A V) < -1.4430395126553322e-206
Initial program 15.2
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied associate-/r*8.2
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{\frac{A}{V}}{\ell}}}\]
- Using strategy
rm Applied div-inv8.2
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{A}{V} \cdot \frac{1}{\ell}}}\]
if -1.4430395126553322e-206 < (/ A V) < 4.9406564584125e-323 or +inf.0 < (/ A V)
Initial program 21.2
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied clear-num22.2
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{1}{\frac{V \cdot \ell}{A}}}}\]
if 4.9406564584125e-323 < (/ A V) < +inf.0
Initial program 18.2
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied associate-/r*15.6
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{\frac{A}{V}}{\ell}}}\]
- Using strategy
rm Applied sqrt-div7.2
\[\leadsto c0 \cdot \color{blue}{\frac{\sqrt{\frac{A}{V}}}{\sqrt{\ell}}}\]
- Recombined 4 regimes into one program.
Applied simplify12.5
\[\leadsto \color{blue}{\begin{array}{l}
\mathbf{if}\;\frac{A}{V} \le -4.14972561063754 \cdot 10^{+256}:\\
\;\;\;\;\frac{\sqrt{\frac{A}{\ell}} \cdot c0}{\sqrt{V}}\\
\mathbf{if}\;\frac{A}{V} \le -1.4430395126553322 \cdot 10^{-206}:\\
\;\;\;\;c0 \cdot \sqrt{\frac{1}{\ell} \cdot \frac{A}{V}}\\
\mathbf{if}\;\frac{A}{V} \le 4.9406564584125 \cdot 10^{-323} \lor \neg \left(\frac{A}{V} \le +\infty\right):\\
\;\;\;\;c0 \cdot \sqrt{\frac{1}{\frac{\ell \cdot V}{A}}}\\
\mathbf{else}:\\
\;\;\;\;c0 \cdot \frac{\sqrt{\frac{A}{V}}}{\sqrt{\ell}}\\
\end{array}}\]