Use an array for quick lookup of power function.
The pow function can take a while to complete. The array lookup provides enough accuracy for our purposes and is generally faster.
Please register or sign in to comment
The pow function can take a while to complete. The array lookup provides enough accuracy for our purposes and is generally faster.