24 return $e->getMessage();
44 return $e->getMessage();
59 public static function acot($number)
64 return $e->getMessage();
67 return (M_PI / 2) - atan($number);
79 public static function acoth($number)
84 return $e->getMessage();
87 $result = ($number === 1) ? NAN : (log(($number + 1) / ($number - 1)) / 2);
static validateNumericNullBool($number)
Many functions accept null/false/true argument treated as 0/0/1.
static numberOrNan($result)
Return NAN or value depending on argument.
static acot($number)
ACOT.
static verySmallDenominator(float $numerator, float $denominator)
Many functions accept null/false/true argument treated as 0/0/1.
static acoth($number)
ACOTH.