Xonotic
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
+
Enumerator
i
m
o
p
r
s
t
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerator
Macros
Pages
float.qh
Go to the documentation of this file.
1
#pragma once
2
3
const
float
FLOAT_MAX
= 340282346638528859811704183484516925440.0f;
4
const
float
FLOAT_EPSILON
= 0.00000011920928955078125f;
6
const
float
FLOAT_NAN
= 0.0 / 0.0;
FLOAT_NAN
const float FLOAT_NAN
Always use isnan function to compare because float x = FLOAT_NAN; x == x; gives true.
Definition:
float.qh:6
FLOAT_EPSILON
const float FLOAT_EPSILON
Definition:
float.qh:4
FLOAT_MAX
const float FLOAT_MAX
Definition:
float.qh:3
lib
float.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13