Skip to content

SDL_SINGLE_EPSILON

Epsilon constant, used for comparing floating-point numbers.

Equals to 1.1920928955078125e-07

Definition

Unit: Neslib.Sdl3.Additional

const SDL_SINGLE_EPSILON = SDL_FLT_EPSILON

Remarks

Note that this is different from Delphi's Single.Epsilon value.