- Split input into 4 regimes
if (* V l) < -1.834726847548682e-303
Initial program 14.7
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied clear-num15.0
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{1}{\frac{V \cdot \ell}{A}}}}\]
- Using strategy
rm Applied sqrt-div14.8
\[\leadsto c0 \cdot \color{blue}{\frac{\sqrt{1}}{\sqrt{\frac{V \cdot \ell}{A}}}}\]
Applied associate-*r/14.7
\[\leadsto \color{blue}{\frac{c0 \cdot \sqrt{1}}{\sqrt{\frac{V \cdot \ell}{A}}}}\]
if -1.834726847548682e-303 < (* V l) < 0.0
Initial program 59.5
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied clear-num59.5
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{1}{\frac{V \cdot \ell}{A}}}}\]
- Using strategy
rm Applied sqrt-div59.3
\[\leadsto c0 \cdot \color{blue}{\frac{\sqrt{1}}{\sqrt{\frac{V \cdot \ell}{A}}}}\]
Applied associate-*r/59.3
\[\leadsto \color{blue}{\frac{c0 \cdot \sqrt{1}}{\sqrt{\frac{V \cdot \ell}{A}}}}\]
- Using strategy
rm Applied associate-/l*36.3
\[\leadsto \frac{c0 \cdot \sqrt{1}}{\sqrt{\color{blue}{\frac{V}{\frac{A}{\ell}}}}}\]
if 0.0 < (* V l) < 7.297548322330844e+277
Initial program 9.7
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied clear-num10.0
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{1}{\frac{V \cdot \ell}{A}}}}\]
- Using strategy
rm Applied sqrt-div9.6
\[\leadsto c0 \cdot \color{blue}{\frac{\sqrt{1}}{\sqrt{\frac{V \cdot \ell}{A}}}}\]
Applied associate-*r/9.5
\[\leadsto \color{blue}{\frac{c0 \cdot \sqrt{1}}{\sqrt{\frac{V \cdot \ell}{A}}}}\]
- Using strategy
rm Applied sqrt-div0.7
\[\leadsto \frac{c0 \cdot \sqrt{1}}{\color{blue}{\frac{\sqrt{V \cdot \ell}}{\sqrt{A}}}}\]
Applied associate-/r/2.8
\[\leadsto \color{blue}{\frac{c0 \cdot \sqrt{1}}{\sqrt{V \cdot \ell}} \cdot \sqrt{A}}\]
if 7.297548322330844e+277 < (* V l)
Initial program 38.2
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied associate-/r*23.2
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{\frac{A}{V}}{\ell}}}\]
- Recombined 4 regimes into one program.
Final simplification12.7
\[\leadsto \begin{array}{l}
\mathbf{if}\;V \cdot \ell \le -1.834726847548682 \cdot 10^{-303}:\\
\;\;\;\;\frac{c0}{\sqrt{\frac{V \cdot \ell}{A}}}\\
\mathbf{elif}\;V \cdot \ell \le 0.0:\\
\;\;\;\;\frac{c0}{\sqrt{\frac{V}{\frac{A}{\ell}}}}\\
\mathbf{elif}\;V \cdot \ell \le 7.297548322330844 \cdot 10^{+277}:\\
\;\;\;\;\sqrt{A} \cdot \frac{c0}{\sqrt{V \cdot \ell}}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{\frac{\frac{A}{V}}{\ell}} \cdot c0\\
\end{array}\]