- Split input into 3 regimes
if (* V l) < -7.506696411579775e+110 or -1.2080400555973046e-111 < (* V l) < 1.497502947285194e-309
Initial program 30.9
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied associate-/r*24.3
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{\frac{A}{V}}{\ell}}}\]
if -7.506696411579775e+110 < (* V l) < -1.2080400555973046e-111
Initial program 3.9
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied add-sqr-sqrt4.2
\[\leadsto c0 \cdot \color{blue}{\left(\sqrt{\sqrt{\frac{A}{V \cdot \ell}}} \cdot \sqrt{\sqrt{\frac{A}{V \cdot \ell}}}\right)}\]
Applied associate-*r*4.1
\[\leadsto \color{blue}{\left(c0 \cdot \sqrt{\sqrt{\frac{A}{V \cdot \ell}}}\right) \cdot \sqrt{\sqrt{\frac{A}{V \cdot \ell}}}}\]
- Using strategy
rm Applied clear-num4.3
\[\leadsto \left(c0 \cdot \sqrt{\sqrt{\color{blue}{\frac{1}{\frac{V \cdot \ell}{A}}}}}\right) \cdot \sqrt{\sqrt{\frac{A}{V \cdot \ell}}}\]
if 1.497502947285194e-309 < (* V l)
Initial program 14.2
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied sqrt-div6.2
\[\leadsto c0 \cdot \color{blue}{\frac{\sqrt{A}}{\sqrt{V \cdot \ell}}}\]
- Recombined 3 regimes into one program.
Final simplification12.6
\[\leadsto \begin{array}{l}
\mathbf{if}\;V \cdot \ell \le -7.506696411579775 \cdot 10^{+110}:\\
\;\;\;\;\sqrt{\frac{\frac{A}{V}}{\ell}} \cdot c0\\
\mathbf{elif}\;V \cdot \ell \le -1.2080400555973046 \cdot 10^{-111}:\\
\;\;\;\;\left(c0 \cdot \sqrt{\sqrt{\frac{1}{\frac{V \cdot \ell}{A}}}}\right) \cdot \sqrt{\sqrt{\frac{A}{V \cdot \ell}}}\\
\mathbf{elif}\;V \cdot \ell \le 1.497502947285194 \cdot 10^{-309}:\\
\;\;\;\;\sqrt{\frac{\frac{A}{V}}{\ell}} \cdot c0\\
\mathbf{else}:\\
\;\;\;\;\frac{\sqrt{A}}{\sqrt{V \cdot \ell}} \cdot c0\\
\end{array}\]