aboutsummaryrefslogtreecommitdiff
path: root/libc/fuzzing/math/log_fuzz.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16[libc] Updated fuzz tests for trig functions (#148891)sribee81-2/+2
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)sribee81-0/+50
added fuzz tests for sqrt and log functions --------- Co-authored-by: Sriya Pratipati <sriyap@google.com>