Exemple #1
0
 public function getI()
 {
     $data = ['delta' => $this->getDelta()->getResult(), 'sum' => $this->getSum()];
     return Calculator::resolver($this->formuleI, $data);
 }