検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 85 for [SIMILAR] 16 1024 4096 WITH 32741 階乗 WITH 1713... (0.206 sec.)
階乗 10000
« 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]
8733
« 定義済み定数 GMP 関数 » PHP Manual GMP 例 例 例1 GMP を使用した階乗関数 <?php function fact ( $x ) { $return = 1 ; for ( $i = 2 ; $i <= $x ; $i ++) { $return = gmp_mul ( $return , $i ); } return $return ; } echo gmp_strval ( fact ( 1000 )) . "\n" ; ?> この例は、1000 の階乗(非常に大きな ...
https://man.plustar.jp/php/gmp.examples.html - [similar]
GNU Multiple Precision 1678
« 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]
GMP 関数 1678
« 例 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]
数値を除算する 1678
« 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]
ビットを設定する 1678
« 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 を計算する 1678
« 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 を計算する 1678
« 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 を計算する 1678
« 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]
ビットをクリアする 1678
« gmp_binomial gmp_cmp » PHP Manual GMP 関数 ビットをクリアする gmp_clrbit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_clrbit — ビットをクリアする 説明 gmp_clrbit ( GMP $num , int $index ): void num のビット index をクリア (0 に設定) します。index は 0 から始まります。 パラメータ num GMP オ ...
https://man.plustar.jp/php/function.gmp-clrbit.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT