summaryrefslogtreecommitdiff
path: root/libc/fuzzing/math/tan_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>
2024-08-07[libc] math fuzzing MPFR include statement (#102358)RoseZhang03
Updated the include statement for MPFR
2024-08-01[libc] created tan function fuzzer (#101570)RoseZhang03
Also edited file header formatting on sin_fuz and cos_fuzz