summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/sqrtbf16.cpp
AgeCommit message (Collapse)Author
2025-09-06[libc][math][c++23] Add sqrtbf16 math function (#156654)Krishna Pandey
This PR adds sqrtbf16 higher math function for BFloat16 type along with the tests. --------- Signed-off-by: Krishna Pandey <kpandey81930@gmail.com>