- Split input into 3 regimes
if (/ 1 (* V l)) < -4.575702877914278e+299 or -2.8707985599816365e-172 < (/ 1 (* V l)) < 3.1185821779500027e-264 or 6.46737831082621e+280 < (/ 1 (* V l))
Initial program 38.6
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied associate-/r*24.2
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{\frac{A}{V}}{\ell}}}\]
- Using strategy
rm Applied clear-num24.7
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{1}{\frac{\ell}{\frac{A}{V}}}}}\]
if -4.575702877914278e+299 < (/ 1 (* V l)) < -2.8707985599816365e-172
Initial program 8.8
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied div-inv8.8
\[\leadsto c0 \cdot \sqrt{\color{blue}{A \cdot \frac{1}{V \cdot \ell}}}\]
if 3.1185821779500027e-264 < (/ 1 (* V l)) < 6.46737831082621e+280
Initial program 9.7
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
- Using strategy
rm Applied div-inv9.8
\[\leadsto c0 \cdot \sqrt{\color{blue}{A \cdot \frac{1}{V \cdot \ell}}}\]
Applied sqrt-prod0.4
\[\leadsto c0 \cdot \color{blue}{\left(\sqrt{A} \cdot \sqrt{\frac{1}{V \cdot \ell}}\right)}\]
- Recombined 3 regimes into one program.
Applied simplify11.2
\[\leadsto \color{blue}{\begin{array}{l}
\mathbf{if}\;\frac{1}{\ell \cdot V} \le -4.575702877914278 \cdot 10^{+299}:\\
\;\;\;\;\sqrt{\frac{1}{\frac{\ell}{\frac{A}{V}}}} \cdot c0\\
\mathbf{if}\;\frac{1}{\ell \cdot V} \le -2.8707985599816365 \cdot 10^{-172}:\\
\;\;\;\;\sqrt{A \cdot \frac{1}{\ell \cdot V}} \cdot c0\\
\mathbf{if}\;\frac{1}{\ell \cdot V} \le 3.1185821779500027 \cdot 10^{-264} \lor \neg \left(\frac{1}{\ell \cdot V} \le 6.46737831082621 \cdot 10^{+280}\right):\\
\;\;\;\;\sqrt{\frac{1}{\frac{\ell}{\frac{A}{V}}}} \cdot c0\\
\mathbf{else}:\\
\;\;\;\;c0 \cdot \left(\sqrt{A} \cdot \sqrt{\frac{1}{\ell \cdot V}}\right)\\
\end{array}}\]