検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 24 for sqrt (0.003 sec.)
平方根を計算する 12927
« gmp_sign gmp_sqrtrem » PHP Manual GMP 関数 平方根を計算する gmp_sqrt (PHP 4 >= 4.0.4, PHP 5, P ... HP 7, PHP 8) gmp_sqrt — 平方根を計算する 説明 gmp_sqrt ( GMP | int | str ... 値 平方根の整数部分を GMP 数で返します。 例 例1 gmp_sqrt() の例 <?php $sqrt1 = gmp_sqrt ( "9" ); $sqrt2 = g ... mp_sqrt ( "7" ); $sqrt3 = gmp_sqrt ( "1524157875019052100" ... ); echo gmp_strval ( $sqrt1 ) . "\n" ; echo gmp_strval ( $sqrt2 ) . "\n" ; ec ...
https://man.plustar.jp/php/function.gmp-sqrt.html - [similar]
平方根 12743
« sinh srand » PHP Manual Math 関数 平方根 sqrt (PHP 4, PHP 5, PHP 7, PHP 8) sqrt — 平方根 説明 ... 数を指定した場合は、特別な値 NAN を返します。 例 例1 sqrt() の例 <?php // 小数点以下の精度は、precision ディ ... レクティブの設定に依存します echo sqrt ( 9 ); // 3 echo sqrt ( 10 ); // 3.16227766 ... ?> ... 参考 pow() - 指数表現 関連キーワード: 平方根 , num , sqrt , float , srand , Math , 関数 , rt , パラメータ , ...
https://man.plustar.jp/php/function.sqrt.html - [similar]
定義済み定数 10959
« リソース型 Math 関数 » PHP Manual Math 定義済み定数 定義済み定数 以下の定数は、PHP コアに含まれ ... 79067154 1/pi M_2_PI 0.63661977236758134308 2/pi M_SQRTPI 1.77245385090551602729 sqrt(pi) M_2_SQRTPI 1.128 ... 37916709551257390 2/sqrt(pi) M_SQRT2 1.41421356237309504880 sqrt(2) M_SQRT3 ... 1.73205080756887729352 sqrt(3) M_SQRT1_2 0.70710678118654752440 1/sqrt(2) M_LN ... 限 関連キーワード: 定数 , 定義 , 端数 , rt , Math , sqrt , float , 関数 , コア , 利用 ...
https://man.plustar.jp/php/math.constants.html - [similar]
Vector Square Root 10708
« trader_sma trader_stddev » PHP Manual Trader 関数 Vector Square Root trader_sqrt (PECL trader ... >= 0.2.0) trader_sqrt — Vector Square Root 説明 trader_sqrt ( array $rea ... false on failure. 関連キーワード: trader , array , sqrt , パラメータ , data , calculated , Returns , 配列 ...
https://man.plustar.jp/php/function.trader-sqrt.html - [similar]
余りつきの平方根 8857
« gmp_sqrt gmp_strval » PHP Manual GMP 関数 余りつきの平方根 gmp_sqrtrem (PHP 4 >= 4.0.4, PHP 5, ... PHP 7, PHP 8) gmp_sqrtrem — 余りつきの平方根 説明 gmp_sqrtrem ( GMP | int ... 文字列。 戻り値 最初の要素が num の整数平方根 ( gmp_sqrt() も参照ください)、2 番目の要素が余り (すなわち、 ... 2 乗の差) であるような配列を返します。 例 例1 gmp_sqrtrem() の例 <?php list( $sqrt1 , $sqrt1rem ) = gmp_s ... qrtrem ( "9" ); list( $sqrt2 , $sqrt2rem ) = gmp_sqrtrem ( "7" ); list( $sqrt3 ...
https://man.plustar.jp/php/function.gmp-sqrtrem.html - [similar]
数の符号 8390
« gmp_setbit gmp_sqrt » PHP Manual GMP 関数 数の符号 gmp_sign (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP ... 値 関連キーワード: 符号 , 数 , num , int , setbit , sqrt , 関数 , string , パラメータ , オブジェクト ...
https://man.plustar.jp/php/function.gmp-sign.html - [similar]
平方数かどうかを調べる 8206
« gmp_perfect_power gmp_popcount » PHP Manual GMP 関数 平方数かどうかを調べる gmp_perfect_square ... 考 gmp_perfect_power() - 累乗数かどうかを調べる gmp_sqrt() - 平方根を計算する gmp_sqrtrem() - 余りつきの平方 ... キーワード: perfect , num , 数値 , 平方根 , power , sqrtrem , 計算 , sqrt , 参考 , 出力 ...
https://man.plustar.jp/php/function.gmp-perfect-square.html - [similar]
文字列のコードを評価し、動的に関数を作成する 8023
« call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動 ... eate_function ( '$x,$y' , 'return "a hypotenuse: ".sqrt($x*$x + $y*$y);' ), create_function ( '$a,$b' , 'i ... f ($a >=0) {return "b*a^2 = ".$b*sqrt($a);} else {return false;}' ), create_function ( ' ... }, function( $x , $y ) { return "a hypotenuse: " . sqrt ( $x * $x + $y * $y ); }, function( $a , $b ) { if ... ( $a >= 0 ) {return "b*a^2 = " . $b * sqrt ( $a );} else {return false ;} }, function( $a , $ ...
https://man.plustar.jp/php/function.create-function.html - [similar]
Simple Moving Average 7856
« trader_sinh trader_sqrt » PHP Manual Trader 関数 Simple Moving Average trader_sma (PECL trader ...
https://man.plustar.jp/php/function.trader-sma.html - [similar]
Standard Deviation 7856
« trader_sqrt trader_stoch » PHP Manual Trader 関数 Standard Deviation trader_stddev (PECL trade ...
https://man.plustar.jp/php/function.trader-stddev.html - [similar]
PREV 1 2 3 NEXT