mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 03:26:26 +00:00
Delete No Longer Needed Statement
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user