Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
float.qh
Go to the documentation of this file.
1#pragma once
2
3const float FLOAT_MAX = 340282346638528859811704183484516925440.0f;
4const float FLOAT_EPSILON = 0.00000011920928955078125f;
6const float FLOAT_NAN = 0.0 / 0.0;
const float FLOAT_NAN
Always use isnan function to compare because float x = FLOAT_NAN; x == x; gives true.
Definition float.qh:6
const float FLOAT_MAX
Definition float.qh:3
const float FLOAT_EPSILON
Definition float.qh:4