summaryrefslogtreecommitdiff
path: root/libc/test/src/math/pow_test.cpp
AgeCommit message (Expand)Author
2024-08-06[libc][math] Improve the error analysis and accuracy for pow function. (#102098)lntue
2024-08-05[libc][math] Implement fast pass for double precision pow function with up to...lntue
2023-04-20[libc][math] Remove placeholder implementations of asin and pow.Tue Ly
2023-03-07[libc][math] Switch math functions to use libc_errno and fix some errno and f...Tue Ly
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-10-31[libc][math] Add place-holder implementation for pow function.Tue Ly