PaulStoffregen / MahonyAHRS

173 stars 60 forks source link

Update style, use safer casting #5

Closed MatthewMArnold closed 4 years ago

MatthewMArnold commented 4 years ago

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.