Lines Matching defs:num

310 function array_rand(array $array, int $num = 1): int|string|array {}
1379 function abs(int|float $num): int|float {}
1381 function ceil(int|float $num): float {}
1383 function floor(int|float $num): float {}
1385 function round(int|float $num, int $precision = 0, int $mode = PHP_ROUND_HALF_UP): float {}
1387 function sin(float $num): float {}
1389 function cos(float $num): float {}
1391 function tan(float $num): float {}
1393 function asin(float $num): float {}
1395 function acos(float $num): float {}
1397 function atan(float $num): float {}
1399 function atanh(float $num): float {}
1403 function sinh(float $num): float {}
1405 function cosh(float $num): float {}
1407 function tanh(float $num): float {}
1409 function asinh(float $num): float {}
1411 function acosh(float $num): float {}
1413 function expm1(float $num): float {}
1415 function log1p(float $num): float {}
1419 function is_finite(float $num): bool {}
1421 function is_nan(float $num): bool {}
1425 function is_infinite(float $num): bool {}
1427 function pow(mixed $num, mixed $exponent): int|float|object {}
1429 function exp(float $num): float {}
1431 function log(float $num, float $base = M_E): float {}
1433 function log10(float $num): float {}
1435 function sqrt(float $num): float {}
1439 function deg2rad(float $num): float {}
1441 function rad2deg(float $num): float {}
1450 function decbin(int $num): string {}
1453 function decoct(int $num): string {}
1456 function dechex(int $num): string {}
1459 function base_convert(string $num, int $from_base, int $to_base): string {}
1462 function number_format(float $num, int $decimals = 0, ?string $decimal_separator = ".", ?string $th…