sqrt to sqrtf
Closed this issue · 0 comments
manitou48 commented
could get a little speedup by changing
bx = sqrt(hx * hx + hy * hy);
to use sqrtf()
also in Madgwick
_2bx = sqrt(hx * hx + hy * hy);
Closed this issue · 0 comments
could get a little speedup by changing
bx = sqrt(hx * hx + hy * hy);
to use sqrtf()
also in Madgwick
_2bx = sqrt(hx * hx + hy * hy);