Blockland Forums > Modification Help
Giving a projectile constant AoE?
Ipquarx:
--- Quote from: otto-san on April 11, 2012, 07:25:30 PM ---I tend to underestimate how fast Torque is a lot, so that wouldn't surprise me.
--- End quote ---
Considering torques speed, and the fact that I needed to make my own multiplication function, I managed to:
* Calculate 50 decimal places of the square root of almost any number in 6 seconds
* Calculate the factorials of 2 all the way through 1500 in 15 seconds
* and calculate 100 hex digits of pi in around 10 seconds.
So yeah, it'll be fine to run on any server, no matter how packed it may be.
Honorable:
--- Quote from: Ipquarx on April 11, 2012, 07:32:41 PM ---Considering torques speed, and the fact that I needed to make my own multiplication function, I managed to:
* Calculate 50 decimal places of the square root of almost any number in 6 seconds
* Calculate the factorials of 2 all the way through 1500 in 15 seconds
* and calculate 100 hex digits of pi in around 10 seconds.
So yeah, it'll be fine to run on any server, no matter how packed it may be.
--- End quote ---
WORD!!