検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 25 for pow (0.004 sec.)
指数表現 14463
« pi rad2deg » PHP Manual Math 関数 指数表現 pow (PHP 4, PHP 5, PHP 7, PHP 8) pow — 指数表現 説明 ... pow ( mixed $num , mixed $exponent ): int | float | ob ... それ以外の場合は結果を float 型で返します。 例 例1 pow() の例 <?php var_dump ( pow ( 2 , 8 )); // int(256 ... ) echo pow (- 1 , 20 ); // 1 echo pow ( 0 , 0 ); // 1 echo po ... w ( 10 , - 1 ); // 0.1 echo pow (- 1 , 5.5 ); // NAN ?> 注意 注意 : この関数はすべ ...
https://man.plustar.jp/php/function.pow.html - [similar]
べき乗を計算する 12586
« gmp_popcount gmp_powm » PHP Manual GMP 関数 べき乗を計算する gmp_pow (PHP 4 >= 4.0.4, PHP 5, P ... HP 7, PHP 8) gmp_pow — べき乗を計算する 説明 gmp_pow ( GMP | int | stri ... MP 数で返します。 0^0 は 1 となります。 例 例1 gmp_pow() の例 <?php $pow1 = gmp_pow ( "2" , 31 ); echo gm ... p_strval ( $pow1 ) . "\n" ; $pow2 = gmp_pow ( "0" , 0 ); echo gmp_ ... strval ( $pow2 ) . "\n" ; $pow3 = gmp_pow ( "2" , - 1 ); // 負の ...
https://man.plustar.jp/php/function.gmp-pow.html - [similar]
2 つの variant の累乗計算を行い、その結果を返す 10062
« variant_or variant_round » PHP Manual COM関数 2 つの variant の累乗計算を行い、その結果を返す ... variant_pow (PHP 5, PHP 7, PHP 8) variant_pow — 2 つの variant ... の累乗計算を行い、その結果を返す 説明 variant_pow ( mixed $left , mixed $right ): variant left の ri ... 例外 失敗時に com_exception をスローします。 参考 pow() - 指数表現 関連キーワード: variant , 関数 , 計算 ... , 累乗 , pow , right , クラス , ライブラリ , オブジェクト , ネイ ...
https://man.plustar.jp/php/function.variant-pow.html - [similar]
円周率の値を得る 8717
« octdec pow » PHP Manual Math 関数 円周率の値を得る pi (PHP 4, PHP 5, PHP 7, PHP 8) pi — 円周率 ... 関連キーワード: 値 , 関数 , パラメータ , octdec , pow , Math , float , 定数 , 取得 , 小数点 ...
https://man.plustar.jp/php/function.pi.html - [similar]
ラジアン単位の数値を度単位に変換する 8717
« pow rand » PHP Manual Math 関数 ラジアン単位の数値を度単位に変換する rad2deg (PHP 4, PHP 5, PH ... 変換 , 数値 , 度 , num , deg , 関数 , rad , float , pow ...
https://man.plustar.jp/php/function.rad2deg.html - [similar]
平方根 7953
« sinh srand » PHP Manual Math 関数 平方根 sqrt (PHP 4, PHP 5, PHP 7, PHP 8) sqrt — 平方根 説明 ... ; // 3 echo sqrt ( 10 ); // 3.16227766 ... ?> 参考 pow() - 指数表現 関連キーワード: 平方根 , num , sqrt , ...
https://man.plustar.jp/php/function.sqrt.html - [similar]
e の累乗を計算する 7887
« deg2rad expm1 » PHP Manual Math 関数 e の累乗を計算する exp (PHP 4, PHP 5, PHP 7, PHP 8) exp — ... なります。 1.6275E+005 298.87 参考 log() - 自然対数 pow() - 指数表現 関連キーワード: 計算 , 累乗 , e , exp ...
https://man.plustar.jp/php/function.exp.html - [similar]
セットされているビットの数 7837
« gmp_perfect_square gmp_pow » PHP Manual GMP 関数 セットされているビットの数 gmp_popcount (PHP ...
https://man.plustar.jp/php/function.gmp-popcount.html - [similar]
自然対数 7837
« log1p max » PHP Manual Math 関数 自然対数 log (PHP 4, PHP 5, PHP 7, PHP 8) log — 自然対数 説明 ... og10() - 底が 10 の対数 exp() - e の累乗を計算する pow() - 指数表現 関連キーワード: num , float , 対数 , ...
https://man.plustar.jp/php/function.log.html - [similar]
べき乗とモジュロを計算する 7771
« 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 ... 文字列。 戻り値 結果を GMP 数で返します。 例 例1 gmp_powm() の例 <?php $pow1 = gmp_powm ( "2" , "31" , "214 ... 7483649" ); echo gmp_strval ( $pow1 ) . "\n" ; ?> 上の例の出力は以下となります。 2147 ... 関連キーワード: モジュロ , 計算 , べき乗 , 数値 , powm , num , exponent , 形式 , 変換 , 整数 ...
https://man.plustar.jp/php/function.gmp-powm.html - [similar]
PREV 1 2 3 NEXT