@@ -54,7 +54,7 @@ |
||
54 | 54 | $this->resultSequence[] = $coordinate; |
55 | 55 | } |
56 | 56 | |
57 | - $this->equation = 'y = ' . round($A, 2) . '+ x^' . round($B, 2); |
|
57 | + $this->equation = 'y = ' . round($A, 2) . '+ x^' . round($B, 2); |
|
58 | 58 | |
59 | 59 | $this->push(); |
60 | 60 | } |