Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed bug 2245 - add SDL_acos and SDL_asin
Sylvain Here's some code to add arc cosine, and arc sin functions to SDL_stdlib.c There are plainly written using SDL_atan.
- Loading branch information
Showing
with
28 additions
and 0 deletions.
- +2 −0 include/SDL_stdinc.h
- +26 −0 src/libm/s_atan.c