25 return $e->getMessage();
45 return $e->getMessage();
60 public static function atan($number)
65 return $e->getMessage();
80 public static function atanh($number)
85 return $e->getMessage();
112 public static function atan2($xCoordinate, $yCoordinate)
118 return $e->getMessage();
121 if (($xCoordinate == 0) && ($yCoordinate == 0)) {
125 return atan2($yCoordinate, $xCoordinate);
static atan2($xCoordinate, $yCoordinate)
ATAN2.
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 atanh($number)
ATANH.
static atan($number)
ATAN.
static verySmallDenominator(float $numerator, float $denominator)
Many functions accept null/false/true argument treated as 0/0/1.