mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
There are now nolibc definitions for the inverse cosine and inverse sine. More test points were added for acos, asin, and atan in the math_tests module. This was done becuase the nolibc inverse trigonometric functions have various branching conditions depending on the provided input value. Several branches in these functions were neglected.