<div dir="ltr">All,<br><br>When one is trying to take a floating-point value to an integer power, what is the difference between casting the int to a float and using the pow intrinsic and using the powi intrinsic directly on the values?<br>

<br>Thanks,<br>Billy Moses</div>