Initial program 52.8
\[\frac{\left(-b\right) + \sqrt{b \cdot b - \left(3 \cdot a\right) \cdot c}}{3 \cdot a}
\]
Simplified52.8
\[\leadsto \color{blue}{\left(\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} - b\right) \cdot \frac{0.3333333333333333}{a}}
\]
Applied flip--_binary6452.8
\[\leadsto \color{blue}{\frac{\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} \cdot \sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} - b \cdot b}{\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} + b}} \cdot \frac{0.3333333333333333}{a}
\]
Applied associate-*l/_binary6452.8
\[\leadsto \color{blue}{\frac{\left(\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} \cdot \sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} - b \cdot b\right) \cdot \frac{0.3333333333333333}{a}}{\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} + b}}
\]
Simplified0.5
\[\leadsto \frac{\color{blue}{\mathsf{fma}\left(a, c \cdot -3, 0\right) \cdot \frac{0.3333333333333333}{a}}}{\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} + b}
\]
Applied div-inv_binary640.5
\[\leadsto \frac{\mathsf{fma}\left(a, c \cdot -3, 0\right) \cdot \color{blue}{\left(0.3333333333333333 \cdot \frac{1}{a}\right)}}{\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} + b}
\]
Applied associate-*r*_binary640.5
\[\leadsto \frac{\color{blue}{\left(\mathsf{fma}\left(a, c \cdot -3, 0\right) \cdot 0.3333333333333333\right) \cdot \frac{1}{a}}}{\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} + b}
\]
Simplified0.3
\[\leadsto \frac{\color{blue}{\left(\left(-c\right) \cdot a\right)} \cdot \frac{1}{a}}{\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} + b}
\]
Applied pow1_binary640.3
\[\leadsto \frac{\left(\left(-c\right) \cdot a\right) \cdot \color{blue}{{\left(\frac{1}{a}\right)}^{1}}}{\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} + b}
\]
Applied pow1_binary640.3
\[\leadsto \frac{\left(\left(-c\right) \cdot \color{blue}{{a}^{1}}\right) \cdot {\left(\frac{1}{a}\right)}^{1}}{\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} + b}
\]
Applied pow1_binary640.3
\[\leadsto \frac{\left(\color{blue}{{\left(-c\right)}^{1}} \cdot {a}^{1}\right) \cdot {\left(\frac{1}{a}\right)}^{1}}{\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} + b}
\]
Applied pow-prod-down_binary640.3
\[\leadsto \frac{\color{blue}{{\left(\left(-c\right) \cdot a\right)}^{1}} \cdot {\left(\frac{1}{a}\right)}^{1}}{\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} + b}
\]
Applied pow-prod-down_binary640.3
\[\leadsto \frac{\color{blue}{{\left(\left(\left(-c\right) \cdot a\right) \cdot \frac{1}{a}\right)}^{1}}}{\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} + b}
\]
Simplified0.1
\[\leadsto \frac{{\color{blue}{\left(-c\right)}}^{1}}{\sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)} + b}
\]
Final simplification0.1
\[\leadsto \frac{-c}{b + \sqrt{\mathsf{fma}\left(a, c \cdot -3, b \cdot b\right)}}
\]