Delete No Longer Needed Statement

This commit is contained in:
oleibman
2025-12-16 22:26:34 -08:00
parent 591ef9acd9
commit 33ebb15ba4
@@ -160,7 +160,6 @@ class StudentT
private static function tDotDistFalse(float $value, int $degrees): float|string
{
$k16 = 0;
$result = $k15 = Gamma::gamma(($degrees + 1) / 2);
if (is_numeric($k15)) {
$result = $k16 = Gamma::gamma($degrees / 2);