summaryrefslogtreecommitdiff
path: root/libc/test/src/math/cospif16_test.cpp
AgeCommit message (Collapse)Author
2024-10-29[libc][math][c23] Add cospif16 function (#113001)wldfngrs
Implementation of `cos` for half precision floating point inputs scaled by pi (i.e., `cospi`), correctly rounded for all rounding modes. --------- Co-authored-by: OverMighty <its.overmighty@gmail.com>