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