Split x
into integer and fractional parts
Defined in <SDL3/SDL_stdinc.h>
x | floating point value |
y | output pointer to store the integer part of x |
Returns the fractional part of x
This function operates on double-precision floating point values, use SDL_modff for single-precision floats.
This function is available since SDL 3.0.0.