mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 08:56:15 +08: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.