Xonotic
float.qh File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const float FLOAT_EPSILON = 0.00000011920928955078125f
 
const float FLOAT_MAX = 340282346638528859811704183484516925440.0f
 
const float FLOAT_NAN = 0.0 / 0.0
 Always use isnan function to compare because float x = FLOAT_NAN; x == x; gives true. More...
 

Variable Documentation

◆ FLOAT_EPSILON

const float FLOAT_EPSILON = 0.00000011920928955078125f

Definition at line 4 of file float.qh.

Referenced by almost_equals_eps(), and havocbot_ctf_calculate_middlepoint().

◆ FLOAT_MAX

◆ FLOAT_NAN

const float FLOAT_NAN = 0.0 / 0.0

Always use isnan function to compare because float x = FLOAT_NAN; x == x; gives true.

Definition at line 6 of file float.qh.