mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 11:38:04 +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.