- Split input into 2 regimes
if V < 7.91776305489967e-278
Initial program 19.5
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
Initial simplification19.2
\[\leadsto c0 \cdot \sqrt{\frac{\frac{A}{V}}{\ell}}\]
Taylor expanded around -inf 19.5
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{A}{\ell \cdot V}}}\]
if 7.91776305489967e-278 < V
Initial program 18.0
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
Initial simplification18.0
\[\leadsto c0 \cdot \sqrt{\frac{\frac{A}{V}}{\ell}}\]
- Using strategy
rm Applied *-un-lft-identity18.0
\[\leadsto c0 \cdot \sqrt{\frac{\color{blue}{1 \cdot \frac{A}{V}}}{\ell}}\]
Applied associate-/l*18.3
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{1}{\frac{\ell}{\frac{A}{V}}}}}\]
- Using strategy
rm Applied sqrt-div18.1
\[\leadsto c0 \cdot \color{blue}{\frac{\sqrt{1}}{\sqrt{\frac{\ell}{\frac{A}{V}}}}}\]
Applied associate-*r/18.0
\[\leadsto \color{blue}{\frac{c0 \cdot \sqrt{1}}{\sqrt{\frac{\ell}{\frac{A}{V}}}}}\]
- Using strategy
rm Applied associate-/r/18.6
\[\leadsto \frac{c0 \cdot \sqrt{1}}{\sqrt{\color{blue}{\frac{\ell}{A} \cdot V}}}\]
Applied sqrt-prod11.5
\[\leadsto \frac{c0 \cdot \sqrt{1}}{\color{blue}{\sqrt{\frac{\ell}{A}} \cdot \sqrt{V}}}\]
- Recombined 2 regimes into one program.
Final simplification15.7
\[\leadsto \begin{array}{l}
\mathbf{if}\;V \le 7.91776305489967 \cdot 10^{-278}:\\
\;\;\;\;\sqrt{\frac{A}{\ell \cdot V}} \cdot c0\\
\mathbf{else}:\\
\;\;\;\;\frac{c0}{\sqrt{V} \cdot \sqrt{\frac{\ell}{A}}}\\
\end{array}\]