検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 498 for [SIMILAR] 16 1024 4096 WITH 18798 intval WITH 75... (0.433 sec.)
ビット OR を計算する 3507
« gmp_nextprime gmp_perfect_power » PHP Manual GMP 関数 ビット OR を計算する gmp_or (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_or — ビット OR を計算する 説明 gmp_or ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP 2 つの GMP 数のビット OR を計算します。 パラメータ num1 GMP オブ ...
https://man.plustar.jp/php/function.gmp-or.html - [similar]
ビット XOR を計算する 3507
« gmp_testbit GMP » PHP Manual GMP 関数 ビット XOR を計算する gmp_xor (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_xor — ビット XOR を計算する 説明 gmp_xor ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP 2 つの GMP 数のビット排他的論理和 (XOR) を計算します。 パラメータ num1 GMP ...
https://man.plustar.jp/php/function.gmp-xor.html - [similar]
数値を加算する 3507
« gmp_abs gmp_and » PHP Manual GMP 関数 数値を加算する gmp_add (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_add — 数値を加算する 説明 gmp_add ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP 2 つの数を加算します。 パラメータ num1 足される数。 GMP オブジェクト、整数、あるいは数値 ...
https://man.plustar.jp/php/function.gmp-add.html - [similar]
数値を乗算する 3507
« gmp_mod gmp_neg » PHP Manual GMP 関数 数値を乗算する gmp_mul (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_mul — 数値を乗算する 説明 gmp_mul ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP num1 と num2 をかけ、 結果を返します。 パラメータ num1 num2 を掛けられる数。 GMP オブジェ ...
https://man.plustar.jp/php/function.gmp-mul.html - [similar]
数値の減算 3507
« gmp_strval gmp_testbit » PHP Manual GMP 関数 数値の減算 gmp_sub (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_sub — 数値の減算 説明 gmp_sub ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP num1 から num2 を引いた結果を返します。 パラメータ num1 引かれる数。 GMP オブジェクト、整 ...
https://man.plustar.jp/php/function.gmp-sub.html - [similar]
モジュロ演算 3507
« 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]
数を比較する 3507
« 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]
ビットが設定されているかどうかを調べる 3507
« 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]
ビットを設定する 3507
« gmp_scan1 gmp_sign » PHP Manual GMP 関数 ビットを設定する gmp_setbit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_setbit — ビットを設定する 説明 gmp_setbit ( GMP $num , int $index , bool $value = true ): void num のビット index を設定します。 パラメータ num 変更したい値。 GMP オブジェクト ...
https://man.plustar.jp/php/function.gmp-setbit.html - [similar]
階乗 3507
« gmp_export gmp_gcd » PHP Manual GMP 関数 階乗 gmp_fact (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_fact — 階乗 説明 gmp_fact ( GMP | int | string $num ): GMP num の階乗 ( num! ) を計算します。 パラメータ num 階乗を求める数。 GMP オブジェクト、整数、あるいは数値に変換可能な数値形式の文字列 ...
https://man.plustar.jp/php/function.gmp-fact.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT