We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd98d84 commit af137bbCopy full SHA for af137bb
include/bitstream/quantization/smallest_three.h
@@ -134,7 +134,7 @@ namespace bitstream
134
float b = data.b * unpacker - half_range * unpacker;
135
float c = data.c * unpacker - half_range * unpacker;
136
137
- float d = std::sqrtf(1.0f - ((a * a) + (b * b) + (c * c)));
+ float d = std::sqrt(1.0f - ((a * a) + (b * b) + (c * c)));
138
139
switch (data.m)
140
{
0 commit comments