検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1087 for [SIMILAR] 16 1024 4096 WITH 5035 gmp WITH 4725 ... (2.364 sec.)
ヤコビ記号 0
« gmp_invert gmp_kronecker » PHP Manual GMP 関数 ヤコビ記号 gmp_jacobi (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_jacobi — ヤコビ記号 説明 gmp_jacobi ( GMP | int | string $num1 , GMP | int | string $num2 ): int num1 および num2 の » ヤコビ記号 を計算します。 num2 は正の奇数である必要があり ...
https://man.plustar.jp/php/function.gmp-jacobi.html - [similar]
ビット演算子 0
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特定のビットの評価や操作を行います。 ビット演算子 例 名前 結果 $a & $b ビット積 $a および $b の両方にセットされているビットがセットされます $a | $b ビット和 $a または $b のどちらかにセットされて ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
ルジェンドル記号 0
« gmp_lcm gmp_mod » PHP Manual GMP 関数 ルジェンドル記号 gmp_legendre (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_legendre — ルジェンドル記号 説明 gmp_legendre ( GMP | int | string $num1 , GMP | int | string $num2 ): int num1 と num2 の » ルジェンドル記号 を計算します。 num2 は、正の奇数で ...
https://man.plustar.jp/php/function.gmp-legendre.html - [similar]
正確な除算 0
« gmp_div gmp_export » PHP Manual GMP 関数 正確な除算 gmp_divexact (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_divexact — 正確な除算 説明 gmp_divexact ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP 高速な "exact division" アルゴリズムを使用して num1 を num2 で割ります。 この関 ...
https://man.plustar.jp/php/function.gmp-divexact.html - [similar]
ハミング距離 0
« gmp_gcdext gmp_import » PHP Manual GMP 関数 ハミング距離 gmp_hamdist (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_hamdist — ハミング距離 説明 gmp_hamdist ( GMP | int | string $num1 , GMP | int | string $num2 ): int num1 と num2 の間のハミング距離を返します。オペランドは共に非負とする必要が ...
https://man.plustar.jp/php/function.gmp-hamdist.html - [similar]
要素を比較し、ヒープ内の適切な位置に置く 0
« SplMaxHeap SplMinHeap » PHP Manual SplMaxHeap 要素を比較し、ヒープ内の適切な位置に置く SplMaxHeap::compare (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplMaxHeap::compare — 要素を比較し、ヒープ内の適切な位置に置く 説明 protected SplMaxHeap::compare ( mixed $value1 , mixed $value2 ): int value1 と v ...
https://man.plustar.jp/php/splmaxheap.compare.html - [similar]
要素を比較し、ヒープ内の適切な位置に置く 0
« SplMinHeap SplPriorityQueue » PHP Manual SplMinHeap 要素を比較し、ヒープ内の適切な位置に置く SplMinHeap::compare (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplMinHeap::compare — 要素を比較し、ヒープ内の適切な位置に置く 説明 protected SplMinHeap::compare ( mixed $value1 , mixed $value2 ): int value ...
https://man.plustar.jp/php/splminheap.compare.html - [similar]
要素の優先順位を比較し、ヒープ内の適切な位置に置く 0
« SplPriorityQueue SplPriorityQueue::count » PHP Manual SplPriorityQueue 要素の優先順位を比較し、ヒープ内の適切な位置に置く SplPriorityQueue::compare (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplPriorityQueue::compare — 要素の優先順位を比較し、ヒープ内の適切な位置に置く 説明 public SplPriorityQueue ...
https://man.plustar.jp/php/splpriorityqueue.compare.html - [similar]
最大公約数と乗数を計算する 0
« gmp_gcd gmp_hamdist » PHP Manual GMP 関数 最大公約数と乗数を計算する gmp_gcdext (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_gcdext — 最大公約数と乗数を計算する 説明 gmp_gcdext ( GMP | int | string $num1 , GMP | int | string $num2 ): array a*s + b*t = g = gcd(a,b) となるような g, s, t を計 ...
https://man.plustar.jp/php/function.gmp-gcdext.html - [similar]
乱数シードを設定する 0
« gmp_random_range gmp_random » PHP Manual GMP 関数 乱数シードを設定する gmp_random_seed (PHP 7, PHP 8) gmp_random_seed — 乱数シードを設定する 説明 gmp_random_seed ( GMP | int | string $seed ): void パラメータ seed gmp_random() , gmp_random_bits() , gmp_random_range() 向けに設定するシード ...
https://man.plustar.jp/php/function.gmp-random-seed.html - [similar]