Menu

#1 The WindageMOA calculation is incorrect

open
nobody
None
5
2010-07-10
2010-07-10
MarkD
No

There was an error in the WindageMOA calculation. It was producing very bad res
ults.

Change the equation from:
ptr[10*n+5]=RadtoMOA(atan(ptr[10*n+4])); // Windage in MOA
to:
ptr[10*n+5]=RadtoMOA(atan(ptr[10*n+4]/(12*x))); // Windage in MOA

This produces meaningful results. The former equation didn't make sense.

Discussion


Log in to post a comment.