mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 03:26:26 +00:00
Forgot to Remove a Placeholder Function
This commit is contained in:
@@ -153,14 +153,6 @@ class StudentT
|
||||
return $result;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array<mixed>|float|string The result, or a string containing an error
|
||||
*/
|
||||
public static function xtDotInv(mixed $probability, mixed $degrees)
|
||||
{
|
||||
return self::calcInverse($probability, $degrees, 1, self::tDotInv(...));
|
||||
}
|
||||
|
||||
/**
|
||||
* Based on code from Perl CPAN Statistical::Distributions.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user