26 public static function PERMUT($numObjs, $numInSet)
35 return $e->getMessage();
38 if ($numObjs < $numInSet) {
66 return $e->getMessage();
69 if ($numObjs < 0 || $numInSet < 0) {
73 $result = $numObjs ** $numInSet;
static evaluate($value)
Help some functions with large results operate correctly on 32-bit, by returning result as int when p...
static PERMUTATIONA($numObjs, $numInSet)
PERMUTATIONA.
static PERMUT($numObjs, $numInSet)
PERMUT.
static validateInt($value)
static flattenSingleValue($value='')
Convert an array to a single scalar value by extracting the first element.