| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
