SDL/src/libm
Sam Lantinga e4146267fa 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.
2013-11-16 18:56:02 -08:00
..
e_atan2.c OCD fixes: Adds a space after /* (glory to regular expressions!) 2013-08-21 09:47:10 -03:00
e_log.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
e_pow.c OCD fixes: Adds a space after /* (glory to regular expressions!) 2013-08-21 09:47:10 -03:00
e_rem_pio2.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
e_sqrt.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
k_cos.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
k_rem_pio2.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
k_sin.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
math_libm.h Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
math_private.h OCD fixes: Adds a space after /* (glory to regular expressions!) 2013-08-21 09:47:10 -03:00
s_atan.c Fixed bug 2245 - add SDL_acos and SDL_asin 2013-11-16 18:56:02 -08:00
s_copysign.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
s_cos.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
s_fabs.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
s_floor.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00
s_scalbn.c OCD fixes: Adds a space after /* (glory to regular expressions!) 2013-08-21 09:47:10 -03:00
s_sin.c Fixes #2022, do not resume on Android when surfaceChanged 2013-08-12 11:13:50 -03:00