aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/generic/asin.cpp
AgeCommit message (Expand)AuthorFilesLines
9 days[libc][math] Refactor asin implementation to header-only in src/__support/mat...Muhammad Bassiouni1-14/+1
13 days[libc][math] add smoke tests to shared/math.h (#149741)Muhammad Bassiouni1-0/+1
2025-07-19[libc][math] Refactor acos implementation to header-only in src/__support/mat...Muhammad Bassiouni1-1/+1
2025-05-08[libc][math] Implement double precision acos correctly rounded for all roundi...lntue1-6/+8
2025-04-25[libc][math] Implement double precision asin correctly rounded for all roundi...lntue1-0/+286
2023-04-20[libc][math] Remove placeholder implementations of asin and pow.Tue Ly1-22/+0
2022-10-31[libc][math] Add place-holder implementation for asin to unblock demo examples.Tue Ly1-0/+22