summaryrefslogtreecommitdiff
path: root/libc/test/src/math/atanhf16_test.cpp
AgeCommit message (Collapse)Author
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with ↵lntue
<stdint.h> includes. (#150303) https://github.com/llvm/llvm-project/issues/149993
2025-04-25[libc][math][c23] Add atanhf16 C23 math function. (#132612)Harrison Hao
Implementation of atanhf16 function for 16-bit inputs. Closes: https://github.com/llvm/llvm-project/issues/132209