Searched refs:withoutZero (Results 1 – 2 of 2) sorted by relevance
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/ |
H A D | Combination.php | 58 $withoutZero = false 60 ->when($result = CUT::Γ($n, $k, $withoutZero)) 72 $withoutZero = false 74 ->when($result = CUT::Γ($n, $k, $withoutZero)) 91 $withoutZero = false 93 ->when($result = CUT::Γ($n, $k, $withoutZero)) 112 $withoutZero = true 114 ->when($result = CUT::Γ($n, $k, $withoutZero)) 129 $withoutZero = true 131 ->when($result = CUT::Γ($n, $k, $withoutZero))
|
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/ |
H A D | Combination.php | 59 * @param bool $withoutZero Do not produce solutions with a zero 63 public static function Γ($n, $k, $withoutZero = false) argument 76 if (false === $withoutZero || !in_array(0, $o)) { 91 if (false === $withoutZero || !in_array(0, $o)) {
|