aboutsummaryrefslogtreecommitdiff
path: root/libc/fuzzing/math/exp10_fuzz.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16[libc] Updated exp fuzz tests (#148912)sribee81-14/+27
Fuzz tests were previously in the wrong format, updated them to correct format. --------- Co-authored-by: Sriya Pratipati <sriyap@google.com>
2025-07-14[libc] exp fuzz tests (#148086)sribee81-0/+38
Created fuzz tests for exp functions --------- Co-authored-by: Sriya Pratipati <sriyap@google.com>