This commit updates the the algorithm to use spaces instead of tabs. Also other minor formatting changes were made for ease of readability and for variable scoping. Finally, the inverse square root function was updated to use a safer cast from float to int32_t than what was previously being used.
This commit updates the the algorithm to use spaces instead of tabs. Also other minor formatting changes were made for ease of readability and for variable scoping. Finally, the inverse square root function was updated to use a safer cast from
float
toint32_t
than what was previously being used.