Lines Matching refs:num
12 function gmp_init(int|string $num, int $base = 0): GMP {} argument
16 function gmp_export(GMP|int|string $num, int $word_size = 1, int $flags = GMP_MSW_FIRST | GMP_NATIV… argument
18 function gmp_intval(GMP|int|string $num): int {} argument
20 function gmp_strval(GMP|int|string $num, int $base = 10): string {} argument
45 function gmp_neg(GMP|int|string $num): GMP {} argument
47 function gmp_abs(GMP|int|string $num): GMP {} argument
49 function gmp_fact(GMP|int|string $num): GMP {} argument
51 function gmp_sqrt(GMP|int|string $num): GMP {} argument
57 function gmp_sqrtrem(GMP|int|string $num): array {} argument
59 function gmp_root(GMP|int|string $num, int $nth): GMP {} argument
65 function gmp_rootrem(GMP|int|string $num, int $nth): array {} argument
67 function gmp_pow(GMP|int|string $num, int $exponent): GMP {} argument
69 function gmp_powm(GMP|int|string $num, GMP|int|string $exponent, GMP|int|string $modulus): GMP {} argument
71 function gmp_perfect_square(GMP|int|string $num): bool {} argument
73 function gmp_perfect_power(GMP|int|string $num): bool {} argument
75 function gmp_prob_prime(GMP|int|string $num, int $repetitions = 10): int {} argument
97 function gmp_sign(GMP|int|string $num): int {} argument
109 function gmp_com(GMP|int|string $num): GMP {} argument
113 function gmp_setbit(GMP $num, int $index, bool $value = true): void {} argument
115 function gmp_clrbit(GMP $num, int $index): void {} argument
117 function gmp_testbit(GMP|int|string $num, int $index): bool {} argument
123 function gmp_popcount(GMP|int|string $num): int {} argument
127 function gmp_nextprime(GMP|int|string $num): GMP {} argument