Lines Matching defs:num
9 function gmp_init(int|string $num, int $base = 0): GMP {}
13 function gmp_export(GMP|int|string $num, int $word_size = 1, int $flags = GMP_MSW_FIRST | GMP_NATIV…
15 function gmp_intval(GMP|int|string $num): int {}
17 function gmp_strval(GMP|int|string $num, int $base = 10): string {}
38 function gmp_neg(GMP|int|string $num): GMP {}
40 function gmp_abs(GMP|int|string $num): GMP {}
42 function gmp_fact(GMP|int|string $num): GMP {}
44 function gmp_sqrt(GMP|int|string $num): GMP {}
46 function gmp_sqrtrem(GMP|int|string $num): array {}
48 function gmp_root(GMP|int|string $num, int $nth): GMP {}
50 function gmp_rootrem(GMP|int|string $num, int $nth): array {}
52 function gmp_pow(GMP|int|string $num, int $exponent): GMP {}
54 function gmp_powm(GMP|int|string $num, GMP|int|string $exponent, GMP|int|string $modulus): GMP {}
56 function gmp_perfect_square(GMP|int|string $num): bool {}
58 function gmp_perfect_power(GMP|int|string $num): bool {}
60 function gmp_prob_prime(GMP|int|string $num, int $repetitions = 10): int {}
78 function gmp_sign(GMP|int|string $num): int {}
90 function gmp_com(GMP|int|string $num): GMP {}
94 function gmp_setbit(GMP $num, int $index, bool $value = true): void {}
96 function gmp_clrbit(GMP $num, int $index): void {}
98 function gmp_testbit(GMP|int|string $num, int $index): bool {}
104 function gmp_popcount(GMP|int|string $num): int {}
108 function gmp_nextprime(GMP|int|string $num): GMP {}