検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 94 for [SIMILAR] 16 1024 4096 WITH 27999 ュロ WITH 2503... (0.129 sec.)
べき乗とモジュロを計算する 10000
« gmp_pow gmp_prob_prime » PHP Manual GMP 関数 べき乗とモジュロを計算する gmp_powm (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_powm — べき乗とモジュロを計算する 説明 gmp_powm ( GMP | int | string $num , GMP | int | string $exponent , GMP | int | string $modulus ): GMP modulus を法として ( ...
https://man.plustar.jp/php/function.gmp-powm.html - [similar]
モジュロ演算 7524
« 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]
べき乗を計算する 6573
« 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]
指数表現 6573
« pi rad2deg » PHP Manual Math 関数 指数表現 pow (PHP 4, PHP 5, PHP 7, PHP 8) pow — 指数表現 説明 pow ( mixed $num , mixed $exponent ): int | float | object num の exponent 乗を返します。 注意 : ** 演算子も使えます。 パラメータ num 使用する基数。 exponent 指数。 戻り値 num の exponent 乗 ...
https://man.plustar.jp/php/function.pow.html - [similar]
GMP 関数 1652
« 例 gmp_abs » PHP Manual GMP GMP 関数 GMP 関数 参考 より数学的な関数が、 数学 の節にあります。 目次 gmp_abs — 絶対値 gmp_add — 数値を加算する gmp_and — ビット AND を計算する gmp_binomial — 二項係数を計算する gmp_clrbit — ビットをクリアする gmp_cmp — 数を比較する gmp_com — 1 の補数を計算 ...
https://man.plustar.jp/php/ref.gmp.html - [similar]
GNU Multiple Precision 1652
« bcsub はじめに » PHP Manual 数学 GNU Multiple Precision GNU Multiple Precision はじめに インストール/設定 要件 インストール手順 実行時設定 定義済み定数 例 GMP 関数 gmp_abs — 絶対値 gmp_add — 数値を加算する gmp_and — ビット AND を計算する gmp_binomial — 二項係数を計算する gmp_clrbit — ビ ...
https://man.plustar.jp/php/book.gmp.html - [similar]
数値を除算する 1652
« gmp_com gmp_div_qr » PHP Manual GMP 関数 数値を除算する gmp_div_q (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_div_q — 数値を除算する 説明 gmp_div_q ( GMP | int | string $num1 , GMP | int | string $num2 , int $rounding_mode = GMP_ROUND_ZERO ): GMP num1 を num2 で割り、 結果を整数で返します ...
https://man.plustar.jp/php/function.gmp-div-q.html - [similar]
ビットを設定する 1652
« 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]
ビット AND を計算する 1652
« gmp_add gmp_binomial » PHP Manual GMP 関数 ビット AND を計算する gmp_and (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_and — ビット AND を計算する 説明 gmp_and ( GMP | int | string $num1 , GMP | int | string $num2 ): GMP 2 つの GMP 数のビット AND を計算します。 パラメータ num1 GMP オブジェ ...
https://man.plustar.jp/php/function.gmp-and.html - [similar]
ビット OR を計算する 1652
« 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]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT