- Split input into 3 regimes
if (* V l) < -7.014771159252155e+191 or -1.246902747429659e-193 < (* V l) < 3.63229353969324e-310
Initial program 38.6
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied associate-/r*26.2
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{\frac{A}{V}}{\ell}}}\]
if -7.014771159252155e+191 < (* V l) < -1.246902747429659e-193
Initial program 7.2
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied add-sqr-sqrt7.2
\[\leadsto c0 \cdot \sqrt{\color{blue}{\sqrt{\frac{A}{V \cdot \ell}} \cdot \sqrt{\frac{A}{V \cdot \ell}}}}\]
Applied sqrt-prod7.5
\[\leadsto c0 \cdot \color{blue}{\left(\sqrt{\sqrt{\frac{A}{V \cdot \ell}}} \cdot \sqrt{\sqrt{\frac{A}{V \cdot \ell}}}\right)}\]
if 3.63229353969324e-310 < (* V l)
Initial program 14.7
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied div-inv14.8
\[\leadsto c0 \cdot \sqrt{\color{blue}{A \cdot \frac{1}{V \cdot \ell}}}\]
Applied sqrt-prod6.8
\[\leadsto c0 \cdot \color{blue}{\left(\sqrt{A} \cdot \sqrt{\frac{1}{V \cdot \ell}}\right)}\]
- Recombined 3 regimes into one program.
Final simplification12.4
\[\leadsto \begin{array}{l}
\mathbf{if}\;\ell \cdot V \le -7.014771159252155 \cdot 10^{+191}:\\
\;\;\;\;\sqrt{\frac{\frac{A}{V}}{\ell}} \cdot c0\\
\mathbf{elif}\;\ell \cdot V \le -1.246902747429659 \cdot 10^{-193}:\\
\;\;\;\;c0 \cdot \left(\sqrt{\sqrt{\frac{A}{\ell \cdot V}}} \cdot \sqrt{\sqrt{\frac{A}{\ell \cdot V}}}\right)\\
\mathbf{elif}\;\ell \cdot V \le 3.63229353969324 \cdot 10^{-310}:\\
\;\;\;\;\sqrt{\frac{\frac{A}{V}}{\ell}} \cdot c0\\
\mathbf{else}:\\
\;\;\;\;c0 \cdot \left(\sqrt{A} \cdot \sqrt{\frac{1}{\ell \cdot V}}\right)\\
\end{array}\]