Initial program 14.5
\[\frac{r \cdot \sin b}{\cos \left(a + b\right)}\]
- Using strategy
rm Applied cos-sum0.3
\[\leadsto \frac{r \cdot \sin b}{\color{blue}{\cos a \cdot \cos b - \sin a \cdot \sin b}}\]
- Using strategy
rm Applied fma-neg0.3
\[\leadsto \frac{r \cdot \sin b}{\color{blue}{(\left(\cos a\right) \cdot \left(\cos b\right) + \left(-\sin a \cdot \sin b\right))_*}}\]
- Using strategy
rm Applied *-un-lft-identity0.3
\[\leadsto \frac{r \cdot \sin b}{\color{blue}{1 \cdot (\left(\cos a\right) \cdot \left(\cos b\right) + \left(-\sin a \cdot \sin b\right))_*}}\]
Applied times-frac0.3
\[\leadsto \color{blue}{\frac{r}{1} \cdot \frac{\sin b}{(\left(\cos a\right) \cdot \left(\cos b\right) + \left(-\sin a \cdot \sin b\right))_*}}\]
- Using strategy
rm Applied log1p-expm1-u0.3
\[\leadsto \frac{r}{1} \cdot \frac{\sin b}{(\left(\cos a\right) \cdot \left(\cos b\right) + \left(-\color{blue}{\log_* (1 + (e^{\sin a \cdot \sin b} - 1)^*)}\right))_*}\]