This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
SDL
Watch
1
Star
0
Fork
0
mirror of
https://github.com/libsdl-org/SDL.git
synced
2026-08-27 19:59:00 +08:00
Code
Issues
Actions
6
Packages
Projects
Releases
Wiki
Activity
Files
e482f00a170c8032db4043bdeb109521e8c4cb33
SDL
/
src
/
libm
T
History
Anonymous Maarten
a84389f6bb
libm: use union for infinity
2023-09-25 18:02:40 +02:00
..
e_atan2.c
…
e_exp.c
libm: use union for infinity
2023-09-25 18:02:40 +02:00
e_fmod.c
…
e_log10.c
…
e_log.c
…
e_pow.c
Fixed Visual Studio warning 4389
2023-03-30 14:02:04 -07:00
e_rem_pio2.c
…
e_sqrt.c
Fixed Visual Studio warning 4389
2023-03-30 14:02:04 -07:00
k_cos.c
…
k_rem_pio2.c
…
k_sin.c
…
k_tan.c
…
math_libm.h
Revert "Added SDL_nextafter() and SDL_nextafterf()"
2023-06-14 11:05:10 -07:00
math_private.h
Revert "Added SDL_nextafter() and SDL_nextafterf()"
2023-06-14 11:05:10 -07:00
s_atan.c
…
s_copysign.c
…
s_cos.c
…
s_fabs.c
…
s_floor.c
…
s_modf.c
Added SDL_modf() and SDL_modff()
2022-12-29 23:12:19 -08:00
s_scalbn.c
…
s_sin.c
…
s_tan.c
…