Re: mil dot ranging quizzes
The formula above is not rendered well. In addition, the constants listed are for wind holds in MOA. I don't do MOA, I do mils.
<div class="ubbcode-block"><div class="ubbcode-header">Code:</div><div class="ubbcode-body ubbcode-pre" ><pre>
(range in yards/100) * wind (mph)
wind hold(mils) = ---------------------------------------
constant
</pre></div></div>
The constants I use are:
<div class="ubbcode-block"><div class="ubbcode-header">Code:</div><div class="ubbcode-body ubbcode-pre" ><pre>
Range(yards) Constant
<= 500 45
600 43
700 41
800 39
900 38
1000 37
</pre></div></div>
However, that's a rough approximation for my load. If you want one more accurate, use a ballistic program set up for your load and a 1 mph full-value crosswind, and work the formula backwards:
<div class="ubbcode-block"><div class="ubbcode-header">Code:</div><div class="ubbcode-body ubbcode-pre" ><pre>
(range in yards/100) * wind (mph)
constant = ----------------------------------
wind hold(mils)
</pre></div></div>