summaryrefslogtreecommitdiff
path: root/libc/test/src/math/roundevenl_test.cpp
AgeCommit message (Collapse)Author
2024-04-05[libc] Implement roundeven C23 math functions (#87678)Vinayak Dev
Implements the functions `roundeven()`, `roundevenf()`, `roundevenl()` from the roundeven family of functions introduced in C23. Also implements `roundevenf128()`.