summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/tanpif.cpp
AgeCommit message (Collapse)Author
2025-08-11[libc][math] Refactor cosf implementation to header-only in ↵Muhammad Bassiouni
src/__support/math folder. (#152069) Part of #147386 in preparation for: https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
2025-07-12[libc][math][c23] implement C23 math function `tanpif` (#147192)Connector Switch
The smoke test and exhaustive test pass on x86_64 Linux. Closes #94895.