summaryrefslogtreecommitdiff
path: root/libc/test/src/math/sincos_test.cpp
AgeCommit message (Collapse)Author
2025-10-21[libc][math] Add tolerance to math tests so that they still work when ↵lntue
accurate path is skipped. (#164522)
2024-07-28[libc] Create a separate proxy header for math-function-macros.h (#98430)Nhat Nguyen
Fix #98393
2024-06-29[libc] Fix incomplete sincos_test. (#97174)lntue
2024-06-27[libc][math] Implement double precision sincos correctly rounded to all ↵lntue
rounding modes. (#96719) Sharing the same algorithm as double precision sin: https://github.com/llvm/llvm-project/pull/95736 and cos: https://github.com/llvm/llvm-project/pull/96591