検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 93 for [SIMILAR] 16 1024 4096 WITH 46660 setbit WITH 28... (0.146 sec.)
べき乗を計算する 0
« gmp_popcount gmp_powm » PHP Manual GMP 関数 べき乗を計算する gmp_pow (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_pow — べき乗を計算する 説明 gmp_pow ( GMP | int | string $num , int $exponent ): GMP num の exponent 乗を計算します。 パラメータ num もととなる数。 GMP オブジェクト、整数、ある ...
https://man.plustar.jp/php/function.gmp-pow.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]
絶対値 0
« GMP 関数 gmp_add » PHP Manual GMP 関数 絶対値 gmp_abs (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_abs — 絶対値 説明 gmp_abs ( GMP | int | string $num ): GMP ある数の絶対値を返します。 パラメータ num GMP オブジェクト、整数、あるいは数値に変換可能な数値形式の文字列。 戻り値 num の絶対値を ...
https://man.plustar.jp/php/function.gmp-abs.html - [similar]
符号を反転する 0
« gmp_mul gmp_nextprime » PHP Manual GMP 関数 符号を反転する gmp_neg (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_neg — 符号を反転する 説明 gmp_neg ( GMP | int | string $num ): GMP ある数の符号を反転したものを返します。 パラメータ num GMP オブジェクト、整数、あるいは数値に変換可能な数値形式 ...
https://man.plustar.jp/php/function.gmp-neg.html - [similar]
数の符号 0
« gmp_setbit gmp_sqrt » PHP Manual GMP 関数 数の符号 gmp_sign (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_sign — 数の符号 説明 gmp_sign ( GMP | int | string $num ): int 数の符号を調べます。 パラメータ num GMP オブジェクトまたは int に変換可能な数値形式の文字列。 戻り値 num が正の場合に 1、 ...
https://man.plustar.jp/php/function.gmp-sign.html - [similar]
バイナリ文字列からインポートする 0
« gmp_hamdist gmp_init » PHP Manual GMP 関数 バイナリ文字列からインポートする gmp_import (PHP 5 >= 5.6.1, PHP 7, PHP 8) gmp_import — バイナリ文字列からインポートする 説明 gmp_import ( string $data , int $word_size = 1 , int $flags = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN ): GMP バイナリ文字列 ...
https://man.plustar.jp/php/function.gmp-import.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_div_q gmp_div_r » PHP Manual GMP 関数 除算を行い、商と余りを得る gmp_div_qr (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_div_qr — 除算を行い、商と余りを得る 説明 gmp_div_qr ( GMP | int | string $num1 , GMP | int | string $num2 , int $rounding_mode = GMP_ROUND_ZERO ): array この関数は、 ...
https://man.plustar.jp/php/function.gmp-div-qr.html - [similar]
次の素数を見つける 0
« gmp_neg gmp_or » PHP Manual GMP 関数 次の素数を見つける gmp_nextprime (PHP 5 >= 5.2.0, PHP 7, PHP 8) gmp_nextprime — 次の素数を見つける 説明 gmp_nextprime ( GMP | int | string $num ): GMP 次の素数を見つけます。 パラメータ num GMP オブジェクト、整数、あるいは数値に変換可能な数値形式の文 ...
https://man.plustar.jp/php/function.gmp-nextprime.html - [similar]
乱数を生成する 0
« gmp_prob_prime gmp_random_range » PHP Manual GMP 関数 乱数を生成する gmp_random_bits (PHP 5 >= 5.6.3, PHP 7, PHP 8) gmp_random_bits — 乱数を生成する 説明 gmp_random_bits ( int $bits ): GMP 乱数を生成します。値は 0 と (2 ** bits ) - 1 の間になります。 bits は0より大きくなければならず、最 ...
https://man.plustar.jp/php/function.gmp-random-bits.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT