- Split input into 3 regimes
if (* V l) < -1.4465936640347471e+295 or -1.7850903931179766e-56 < (* V l) < 1.2845706791872e-322 or 1.7811482673865394e+308 < (* V l)
Initial program 34.7
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied associate-/r*24.0
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{\frac{A}{V}}{\ell}}}\]
if -1.4465936640347471e+295 < (* V l) < -1.7850903931179766e-56
Initial program 7.6
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied add-sqr-sqrt7.6
\[\leadsto c0 \cdot \sqrt{\color{blue}{\sqrt{\frac{A}{V \cdot \ell}} \cdot \sqrt{\frac{A}{V \cdot \ell}}}}\]
Applied sqrt-prod7.8
\[\leadsto c0 \cdot \color{blue}{\left(\sqrt{\sqrt{\frac{A}{V \cdot \ell}}} \cdot \sqrt{\sqrt{\frac{A}{V \cdot \ell}}}\right)}\]
if 1.2845706791872e-322 < (* V l) < 1.7811482673865394e+308
Initial program 10.4
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied sqrt-div0.7
\[\leadsto c0 \cdot \color{blue}{\frac{\sqrt{A}}{\sqrt{V \cdot \ell}}}\]
- Recombined 3 regimes into one program.
Applied simplify11.3
\[\leadsto \color{blue}{\begin{array}{l}
\mathbf{if}\;\ell \cdot V \le -1.4465936640347471 \cdot 10^{+295}:\\
\;\;\;\;\sqrt{\frac{\frac{A}{V}}{\ell}} \cdot c0\\
\mathbf{if}\;\ell \cdot V \le -1.7850903931179766 \cdot 10^{-56}:\\
\;\;\;\;\left(\sqrt{\sqrt{\frac{A}{\ell \cdot V}}} \cdot \sqrt{\sqrt{\frac{A}{\ell \cdot V}}}\right) \cdot c0\\
\mathbf{if}\;\ell \cdot V \le 1.2845706791872 \cdot 10^{-322} \lor \neg \left(\ell \cdot V \le 1.7811482673865394 \cdot 10^{+308}\right):\\
\;\;\;\;\sqrt{\frac{\frac{A}{V}}{\ell}} \cdot c0\\
\mathbf{else}:\\
\;\;\;\;c0 \cdot \frac{\sqrt{A}}{\sqrt{\ell \cdot V}}\\
\end{array}}\]