More rector rules
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-02-21 14:10:01 +00:00
parent c781540aa6
commit 61af342cfa
2 changed files with 5 additions and 2 deletions

View File

@ -302,6 +302,7 @@ class Matrix
if ($isEven) {
return $this->getMinorMatrix($rowToRemove, $columnToRemove)->getDeterminant();
}
return -1.0 * $this->getMinorMatrix($rowToRemove, $columnToRemove)->getDeterminant();
}