検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 85 for [SIMILAR] 16 1024 4096 WITH 32741 階乗 WITH 1713... (0.124 sec.)
モジュロ演算 1678
« gmp_legendre gmp_mul » PHP Manual GMP 関数 モジュロ演算 gmp_mod (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_mod — モジュロ演算 説明 gmp_mod ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP num2 を法とした num1 を計算します。結果は常に非負であり、 num2 の符号は無視されます。 パ ...
https://man.plustar.jp/php/function.gmp-mod.html - [similar]
1 の補数を計算する 1678
« gmp_cmp gmp_div_q » PHP Manual GMP 関数 1 の補数を計算する gmp_com (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_com — 1 の補数を計算する 説明 gmp_com ( GMP | int | string $num ): GMP num について、1 の補数を返します。 パラメータ num GMP オブジェクト、整数、あるいは数値に変換可能な数値形式 ...
https://man.plustar.jp/php/function.gmp-com.html - [similar]
数を比較する 1678
« gmp_clrbit gmp_com » PHP Manual GMP 関数 数を比較する gmp_cmp (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_cmp — 数を比較する 説明 gmp_cmp ( GMP | int | string $num1 , GMP | int | string $num2 ): int ふたつの数を比較します。 パラメータ num1 GMP オブジェクト、整数、あるいは数値に変換可能な ...
https://man.plustar.jp/php/function.gmp-cmp.html - [similar]
ビットが設定されているかどうかを調べる 1678
« gmp_sub gmp_xor » PHP Manual GMP 関数 ビットが設定されているかどうかを調べる gmp_testbit (PHP 5 >= 5.3.0, PHP 7, PHP 8) gmp_testbit — ビットが設定されているかどうかを調べる 説明 gmp_testbit ( GMP | int | string $num , int $index ): bool 指定したビットが設定されているかどうかを調べます。 ...
https://man.plustar.jp/php/function.gmp-testbit.html - [similar]
定義済み定数 1678
« 実行時設定 例 » PHP Manual GMP 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 GMP_ROUND_ZERO ( int ) GMP_ROUND_PLUSINF ( int ) GMP_ROUND_MINUSINF ( int ) GMP ...
https://man.plustar.jp/php/gmp.constants.html - [similar]
data 引数をGMP オブジェクトとして復元する 1678
« GMP::__serialize Math » PHP Manual GMP data 引数をGMP オブジェクトとして復元する GMP::__unserialize (PHP 8 >= 8.1.0) GMP::__unserialize — data 引数をGMP オブジェクトとして復元する 説明 public GMP::__unserialize ( array $data ): void 警告 この関数は、 現在のところ詳細な情報はありません。 ...
https://man.plustar.jp/php/gmp.unserialize.html - [similar]
はじめに 1678
« GMP インストール/設定 » PHP Manual GMP はじめに はじめに 以下の関数により、GNU MP ライブラリを使用して 任意長の整数を使用することが可能になります。 注意 : 大半の GMP 関数は、GMP 数を引数としてとります。 このマニュアルでは、GMP 数を GMP オブジェクトとしています。 これらの関数の大半は、数 ...
https://man.plustar.jp/php/intro.gmp.html - [similar]
バイナリ文字列にエクスポートする 0
« gmp_divexact gmp_fact » PHP Manual GMP 関数 バイナリ文字列にエクスポートする gmp_export (PHP 5 >= 5.6.1, PHP 7, PHP 8) gmp_export — バイナリ文字列にエクスポートする 説明 gmp_export ( GMP | int | string $num , int $word_size = 1 , int $flags = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN ): string ...
https://man.plustar.jp/php/function.gmp-export.html - [similar]
最大公約数を計算する 0
« gmp_fact gmp_gcdext » PHP Manual GMP 関数 最大公約数を計算する gmp_gcd (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_gcd — 最大公約数を計算する 説明 gmp_gcd ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP num1 と num2 の最大公約数を計算します。 引数のどちらかまたは両方が負の場 ...
https://man.plustar.jp/php/function.gmp-gcd.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]
PREV 1 2 3 4 5 6 7 8 9 NEXT