summaryrefslogtreecommitdiff
path: root/libc/fuzzing/math/sin_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
2024-08-01[libc] added cos function fuzzing test (#101556)RoseZhang03
2024-08-01[libc] created fuzz test for sin function (#101411)RoseZhang03
Verifies that sin function output is correct by comparing with MPFR output. NaN and inf are not tested (as our output will vary compared to MPFR), and signed zeroes are already tested in unit tests.