summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/sinpif.cpp
AgeCommit message (Expand)Author
2025-04-08[libc][math] Fix signaling NaN handling for math functions. (#133347)wldfngrs
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-06[libc][C23][math] Implement cospif function correctly rounded for all roundin...Hendrik Hübner
2024-07-01[libc][math][c23] Implemented sinpif function correctly rounded for all round...Hendrik Hübner