another one

This commit is contained in:
2018-10-25 22:04:11 -05:00
parent 626906e51b
commit 89f2ff8f2d
2 changed files with 9 additions and 6 deletions
+1 -5
View File
@@ -14,12 +14,8 @@ use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Client;
class MoonCalc {
public function __construct() {
}
public function SpatialMoons($firstOre, $firstQuan, $secondOre, $secondQuan, $thirdOre, $thirdQuan, $fourthOre, $fourthQuan){
public function SpatialMoons($firstOre, $firstQuan, $secondOre, $secondQuan, $thirdOre, $thirdQuan, $fourthOre, $fourthQuan) {
//Always assume a 1 month pull which equates to 5.55m3 per second or 2,592,000 seconds
//Total pull size is 14,385,600 m3
$totalPull = 5.55 * (3600.00 * 24.00 * 30.00);