Initial program 31.2
\[\sqrt{2 \cdot \left(x \cdot x\right)}
\]
Applied add-sqr-sqrt_binary6431.4
\[\leadsto \color{blue}{\sqrt{\sqrt{2 \cdot \left(x \cdot x\right)}} \cdot \sqrt{\sqrt{2 \cdot \left(x \cdot x\right)}}}
\]
Simplified31.4
\[\leadsto \color{blue}{\sqrt{\mathsf{hypot}\left(x, x\right)}} \cdot \sqrt{\sqrt{2 \cdot \left(x \cdot x\right)}}
\]
Simplified0.5
\[\leadsto \sqrt{\mathsf{hypot}\left(x, x\right)} \cdot \color{blue}{\sqrt{\mathsf{hypot}\left(x, x\right)}}
\]
Applied add-sqr-sqrt_binary640.5
\[\leadsto \sqrt{\mathsf{hypot}\left(x, x\right)} \cdot \sqrt{\color{blue}{\sqrt{\mathsf{hypot}\left(x, x\right)} \cdot \sqrt{\mathsf{hypot}\left(x, x\right)}}}
\]
Applied rem-sqrt-square_binary640.5
\[\leadsto \sqrt{\mathsf{hypot}\left(x, x\right)} \cdot \color{blue}{\left|\sqrt{\mathsf{hypot}\left(x, x\right)}\right|}
\]
Applied add-sqr-sqrt_binary640.5
\[\leadsto \sqrt{\color{blue}{\sqrt{\mathsf{hypot}\left(x, x\right)} \cdot \sqrt{\mathsf{hypot}\left(x, x\right)}}} \cdot \left|\sqrt{\mathsf{hypot}\left(x, x\right)}\right|
\]
Applied rem-sqrt-square_binary640.5
\[\leadsto \color{blue}{\left|\sqrt{\mathsf{hypot}\left(x, x\right)}\right|} \cdot \left|\sqrt{\mathsf{hypot}\left(x, x\right)}\right|
\]
Applied mul-fabs_binary640.5
\[\leadsto \color{blue}{\left|\sqrt{\mathsf{hypot}\left(x, x\right)} \cdot \sqrt{\mathsf{hypot}\left(x, x\right)}\right|}
\]
Simplified0.1
\[\leadsto \left|\color{blue}{\mathsf{hypot}\left(x, x\right)}\right|
\]
Final simplification0.1
\[\leadsto \left|\mathsf{hypot}\left(x, x\right)\right|
\]