summaryrefslogtreecommitdiff
path: root/libc/fuzzing/math/sqrt_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-15[libc] sqrt and log functions fuzz tests (#148006)sribee8
added fuzz tests for sqrt and log functions --------- Co-authored-by: Sriya Pratipati <sriyap@google.com>