
Re: 1.#QO value in global variable
a couple things,
1. It was pointed out to me that the ^ operator is not an exponent, but a shift...
2. You might be exceeding the limits of a type somewhere, so you might want to consider casting the value first
just a couple ideas.