Lines Matching defs:num

62     public function __construct(int|string $num = 0, int $base = 0) {}
69 function gmp_init(int|string $num, int $base = 0): GMP {}
73 function gmp_export(GMP|int|string $num, int $word_size = 1, int $flags = GMP_MSW_FIRST | GMP_NATIV…
75 function gmp_intval(GMP|int|string $num): int {}
77 function gmp_strval(GMP|int|string $num, int $base = 10): string {}
102 function gmp_neg(GMP|int|string $num): GMP {}
104 function gmp_abs(GMP|int|string $num): GMP {}
106 function gmp_fact(GMP|int|string $num): GMP {}
108 function gmp_sqrt(GMP|int|string $num): GMP {}
114 function gmp_sqrtrem(GMP|int|string $num): array {}
116 function gmp_root(GMP|int|string $num, int $nth): GMP {}
122 function gmp_rootrem(GMP|int|string $num, int $nth): array {}
124 function gmp_pow(GMP|int|string $num, int $exponent): GMP {}
126 function gmp_powm(GMP|int|string $num, GMP|int|string $exponent, GMP|int|string $modulus): GMP {}
128 function gmp_perfect_square(GMP|int|string $num): bool {}
130 function gmp_perfect_power(GMP|int|string $num): bool {}
132 function gmp_prob_prime(GMP|int|string $num, int $repetitions = 10): int {}
154 function gmp_sign(GMP|int|string $num): int {}
166 function gmp_com(GMP|int|string $num): GMP {}
170 function gmp_setbit(GMP $num, int $index, bool $value = true): void {}
172 function gmp_clrbit(GMP $num, int $index): void {}
174 function gmp_testbit(GMP|int|string $num, int $index): bool {}
180 function gmp_popcount(GMP|int|string $num): int {}
184 function gmp_nextprime(GMP|int|string $num): GMP {}