04-07-2015, 06:05 AM
If it's the math.pow() thing that's making it confusing, maybe you can implement something like this?
http://stackoverflow.com/questions/15153...ators-in-c
Make a ^ operator that acts like math.pow?
Not sure how feasible that is though.
http://stackoverflow.com/questions/15153...ators-in-c
Make a ^ operator that acts like math.pow?
Not sure how feasible that is though.