summaryrefslogtreecommitdiff
path: root/libc/test/src/complex/cprojf_test.cpp
AgeCommit message (Collapse)Author
2025-01-28[libc][complex] Testing infra for MPC (#121261)Shourya Goel
This PR aims to add the groundwork to test the precision of libc complex functions against MPC. I took `cargf` as a test to verify that the infra works fine.
2024-12-18[libc][complex] Implement different flavors of the `cproj` function (#119722)Shourya Goel
Refer section 7.3.9.5 of ISO/IEC 9899:2023