Lines Matching defs:num

226 function array_rand(array $array, int $num = 1): int|string|array {}
1031 function abs(int|float $num): int|float {}
1033 function ceil(int|float $num): float {}
1035 function floor(int|float $num): float {}
1037 function round(int|float $num, int $precision = 0, int $mode = PHP_ROUND_HALF_UP): float {}
1039 function sin(float $num): float {}
1041 function cos(float $num): float {}
1043 function tan(float $num): float {}
1045 function asin(float $num): float {}
1047 function acos(float $num): float {}
1049 function atan(float $num): float {}
1051 function atanh(float $num): float {}
1055 function sinh(float $num): float {}
1057 function cosh(float $num): float {}
1059 function tanh(float $num): float {}
1061 function asinh(float $num): float {}
1063 function acosh(float $num): float {}
1065 function expm1(float $num): float {}
1067 function log1p(float $num): float {}
1071 function is_finite(float $num): bool {}
1073 function is_nan(float $num): bool {}
1077 function is_infinite(float $num): bool {}
1079 function pow(mixed $num, mixed $exponent): int|float|object {}
1081 function exp(float $num): float {}
1083 function log(float $num, float $base = M_E): float {}
1085 function log10(float $num): float {}
1087 function sqrt(float $num): float {}
1091 function deg2rad(float $num): float {}
1093 function rad2deg(float $num): float {}
1101 function decbin(int $num): string {}
1103 function decoct(int $num): string {}
1105 function dechex(int $num): string {}
1107 function base_convert(string $num, int $from_base, int $to_base): string {}
1109 function number_format(float $num, int $decimals = 0, ?string $decimal_separator = ".", ?string $th…