mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 22:26:04 +00:00

Implement fast pass for double precision `atan` using range reduction modulo 1/64 and degree-9 Taylor polynomial. Relative error is bounded by 2^-66.