summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/cbrtf.cpp
AgeCommit message (Expand)Author
2025-03-20[libc][math] Add missing parenthesis in sollya command (#132298)Krishna Pandey
2024-10-26[libc][math] Add tests and fix some issues with FTZ/DAZ modes. (#113744)lntue
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-08[libc][math] Implement cbrtf function correctly rounded to all rounding modes...lntue