Initial program 15.2
\[\tan^{-1} \left(N + 1\right) - \tan^{-1} N
\]
Applied egg-rr13.9
\[\leadsto \color{blue}{\tan^{-1}_* \frac{N + \left(1 - N\right)}{1 + N \cdot \left(N + 1\right)}}
\]
Taylor expanded in N around 0 0.4
\[\leadsto \color{blue}{\tan^{-1}_* \frac{1}{1 + N \cdot \left(N + 1\right)}}
\]
Simplified0.4
\[\leadsto \color{blue}{\tan^{-1}_* \frac{1}{1 + \mathsf{fma}\left(N, N, N\right)}}
\]
Proof
(atan2.f64 1 (+.f64 1 (fma.f64 N N N))): 0 points increase in error, 0 points decrease in error
(atan2.f64 1 (+.f64 1 (Rewrite<= fma-def_binary64 (+.f64 (*.f64 N N) N)))): 1 points increase in error, 0 points decrease in error
(atan2.f64 1 (+.f64 1 (+.f64 (*.f64 N N) (Rewrite<= *-lft-identity_binary64 (*.f64 1 N))))): 0 points increase in error, 0 points decrease in error
(atan2.f64 1 (+.f64 1 (Rewrite<= distribute-rgt-in_binary64 (*.f64 N (+.f64 N 1))))): 0 points increase in error, 0 points decrease in error
Final simplification0.4
\[\leadsto \tan^{-1}_* \frac{1}{1 + \mathsf{fma}\left(N, N, N\right)}
\]