@@ -56,7 +56,7 @@ |
||
56 | 56 | $this->resultSequence[] = $coordinate; |
57 | 57 | } |
58 | 58 | |
59 | - $this->equation = 'y = ' . round($gradient, 1) . 'x + ' . round($intercept, 1); |
|
59 | + $this->equation = 'y = ' . round($gradient, 1) . 'x + ' . round($intercept, 1); |
|
60 | 60 | |
61 | 61 | $this->push(); |
62 | 62 | } |