Codestandards

This commit is contained in:
2024-05-15 07:13:01 +00:00
parent cbf03c5736
commit 82a5505438
2 changed files with 9 additions and 8 deletions

View File

@ -252,7 +252,6 @@ class GaussianDistribution
private static function inverseErrorFunctionCumulativeTo(float $p): float
{
// From page 265 of numerical recipes
if ($p >= 2.0) {
return -100;
}