Searched refs:dividend (Results 1 – 1 of 1) sorted by relevance
23 public static function fdiv(float $dividend, float $divisor): float argument25 return @($dividend / $divisor);