- Split input into 3 regimes
if (* V l) < -1.5639852807279934e+283 or -1.1042076494745178e-148 < (* V l) < -0.0
Initial program 39.7
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
Taylor expanded around inf 39.7
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{A}{\ell \cdot V}}}\]
- Using strategy
rm Applied associate-/r*26.0
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{\frac{A}{\ell}}{V}}}\]
if -1.5639852807279934e+283 < (* V l) < -1.1042076494745178e-148
Initial program 7.4
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
Taylor expanded around inf 7.4
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{A}{\ell \cdot V}}}\]
- Using strategy
rm Applied div-inv7.5
\[\leadsto c0 \cdot \sqrt{\color{blue}{A \cdot \frac{1}{\ell \cdot V}}}\]
if -0.0 < (* V l)
Initial program 14.8
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
Taylor expanded around inf 14.8
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{A}{\ell \cdot V}}}\]
- Using strategy
rm Applied sqrt-div7.1
\[\leadsto c0 \cdot \color{blue}{\frac{\sqrt{A}}{\sqrt{\ell \cdot V}}}\]
- Recombined 3 regimes into one program.
Final simplification11.9
\[\leadsto \begin{array}{l}
\mathbf{if}\;V \cdot \ell \le -1.5639852807279934 \cdot 10^{+283}:\\
\;\;\;\;\sqrt{\frac{\frac{A}{\ell}}{V}} \cdot c0\\
\mathbf{elif}\;V \cdot \ell \le -1.1042076494745178 \cdot 10^{-148}:\\
\;\;\;\;c0 \cdot \sqrt{\frac{1}{V \cdot \ell} \cdot A}\\
\mathbf{elif}\;V \cdot \ell \le -0.0:\\
\;\;\;\;\sqrt{\frac{\frac{A}{\ell}}{V}} \cdot c0\\
\mathbf{else}:\\
\;\;\;\;\frac{\sqrt{A}}{\sqrt{V \cdot \ell}} \cdot c0\\
\end{array}\]