summaryrefslogtreecommitdiff
path: root/libc/src/complex/generic/conj.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
2024-12-10[libc][complex] Implement different flavors of the `conj` function (#118671)Shourya Goel
Refer section 7.3.9.4 of ISO/IEC 9899:2023