stanley-king 2 jaren geleden
bovenliggende
commit
b069dc541c
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      helper/refill/policy/ctl_itemex.php

+ 1 - 1
helper/refill/policy/ctl_itemex.php

@@ -135,7 +135,7 @@ class ctl_itemex
 
     public function compile_val($profit_ratio)
     {
-        $val = $this->mRatio * sqrt($profit_ratio) * 100 / $this->mNotifyTime;
+        $val = sqrt($this->mRatio * $profit_ratio) * 100 / $this->mNotifyTime;
         return round($val,5);
     }
 }