Fixed missing const (nw)

This commit is contained in:
ImJezze 2016-01-26 22:24:47 +01:00
parent a5fb439705
commit 8d5848718c

View File

@ -66,6 +66,7 @@ struct PS_INPUT
static const float Epsilon = 1.0e-7f;
static const float PI = 3.1415927f;
static const float PHI = 1.618034f;
static const float E = 2.7182817f;
static const float Gelfond = 23.140692f; // e^pi (Gelfond constant)
static const float GelfondSchneider = 2.6651442f; // 2^sqrt(2) (Gelfond-Schneider constant)