Fixed incorrect conversion of bitshift to floating-point division.
The original code had >>= 2, which is division by 4 and not 2.
View differences
Fixed incorrect conversion of bitshift to floating-point division.
The original code had >>= 2, which is division by 4 and not 2.