summaryrefslogtreecommitdiff
path: root/libc/fuzzing/math/asin_fuzz.cpp
AgeCommit message (Collapse)Author
2025-07-16[libc] Updated fuzz tests for trig functions (#148891)sribee8
Fuzz tests were set up incorrectly so updated trig functions to match the correct format. --------- Co-authored-by: Sriya Pratipati <sriyap@google.com>
2025-07-10[libc] asin fuzz testing (#147786)sribee8
Added fuzz test for asin --------- Co-authored-by: Sriya Pratipati <sriyap@google.com>