@@ -29,7 +29,7 @@ |
||
| 29 | 29 | * |
| 30 | 30 | * @throws \Phpml\Exception\InvalidArgumentException |
| 31 | 31 | */ |
| 32 | - public function sqDistance(array $a, array $b): float |
|
| 32 | + public function sqDistance(array $a, array $b): float |
|
| 33 | 33 | { |
| 34 | 34 | return $this->distance($a, $b) ** 2; |
| 35 | 35 | } |