This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
SDL
Watch
1
Star
0
Fork
0
You've already forked SDL
mirror of
https://github.com/libsdl-org/SDL.git
synced
2026-05-13 19:58:45 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
fca05fa7549d60c552850f57689aebf92f1f3a45
SDL
/
src
/
libm
T
History
Sam Lantinga
89cdadf7c3
Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf()
2024-06-24 11:49:15 -07: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
…
e_rem_pio2.c
…
e_sqrt.c
…
k_cos.c
…
k_rem_pio2.c
Fixed error: 'fq' may be used uninitialized [-Werror=maybe-uninitialized]
2024-01-21 06:55:29 -08:00
k_sin.c
…
k_tan.c
…
math_libm.h
Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf()
2024-06-24 11:49:15 -07:00
math_private.h
Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf()
2024-06-24 11:49:15 -07:00
s_atan.c
…
s_copysign.c
…
s_cos.c
…
s_fabs.c
…
s_floor.c
…
s_isinf.c
Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf()
2024-06-24 11:49:15 -07:00
s_isinff.c
Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf()
2024-06-24 11:49:15 -07:00
s_isnan.c
Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf()
2024-06-24 11:49:15 -07:00
s_isnanf.c
Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf()
2024-06-24 11:49:15 -07:00
s_modf.c
…
s_scalbn.c
…
s_sin.c
…
s_tan.c
…