Compute the absolute value of x
Defined in <SDL3/SDL_stdinc.h>
x | floating point value to use as the magnitude |
Returns the absolute value of x
Domain: -INF <= x <= INF
Range: 0 <= y <= INF
This function operates on double-precision floating point values, use SDL_copysignf for single-precision floats.
This function is available since SDL 3.0.0.