Difference between revisions of "Talk:Minigun/Incorrect maximum DPS/reply (5)"
Jump to navigation
Jump to search
(Reply to Incorrect maximum DPS) |
m |
||
Line 1: | Line 1: | ||
You could use a really giant switch statement to test every accuracy to every other accuracy (16 comparisons total). | You could use a really giant switch statement to test every accuracy to every other accuracy (16 comparisons total). | ||
− | + | Mediawiki has some extended parser functions currently not enabled like #max (example: {{#max:10|100|1000}} result: 1000) would make it pretty simple. |
Latest revision as of 08:27, 8 August 2016
You could use a really giant switch statement to test every accuracy to every other accuracy (16 comparisons total).
Mediawiki has some extended parser functions currently not enabled like #max (example: {{#max:10|100|1000}} result: 1000) would make it pretty simple.