Liquid-cooled: Difference between revisions

8 bytes added ,  01:54, 27 December 2020
clarify
(Adjust to avoid redundant integer range (4-4))
(clarify)
Line 21: Line 21:
<math>{Volume} = {NumShots} * 2</math>
<math>{Volume} = {NumShots} * 2</math>


If this is not divisible by 8, the formula changes to add an additional number:
If this is not divisible by 8, the formula raises the volume to the next multiple of 8:


<math>{Volume} = {NumShots} * 2 + (8 - {Numshots}*2 % 8)</math>
<math>{Volume} = {NumShots} * 2 + (8 - {Numshots}*2 % 8)</math>
671

edits