Results of 1 - 10 of about 20 for 根 (0.009 sec.)
- 任意精度数値の平方根を取得する 12626
- « bcscale bcsub » PHP Manual BC Math 関数 任意精度数値の平方根を取得する bcsqrt (PHP 4, PHP 5, P
...
HP 7, PHP 8) bcsqrt — 任意精度数値の平方根を取得する 説明 bcsqrt ( string $num , ? int $scale ...
= null ): string num の平方根を返します。 パラメータ num オペランドを表す文字列。 ...
も設定されていない場合は 0 を使用します。 戻り値 平方根を文字列で返します。 num が負の場合は null を返します ...
w() - 任意精度数値をべき乗する 関連キーワード: 平方根 , 任意 , 数値 , 精度 , 取得 , bcsqrt , num , scale ...
-
https://man.plustar.jp/php/function.bcsqrt.html
- [similar]
- 平方根 11368
- « sinh srand » PHP Manual Math 関数 平方根 sqrt (PHP 4, PHP 5, PHP 7, PHP 8) sqrt — 平方根 説明
...
sqrt ( float $num ): float num の平方根を返します。 パラメータ num 処理する引数。 戻り値 nu ...
m の平方根を返します。 負の数を指定した場合は、特別な値 NAN を ...
6 ... ?> 参考 pow() - 指数表現 関連キーワード: 平方根 , num , sqrt , float , srand , Math , 関数 , rt , ...
-
https://man.plustar.jp/php/function.sqrt.html
- [similar]
- 平方根を計算する 10723
- « 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 | string $num ) ...
: GMP num の平方根を計算します。 パラメータ num GMP オブジェクト、整数 ...
るいは数値に変換可能な数値形式の文字列。 戻り値 平方根の整数部分を GMP 数で返します。 例 例1 gmp_sqrt() の ...
以下となります。 3 2 1234567890 関連キーワード: 平方根 , 計算 , sqrt , num , 整数 , 数値 , sqrtrem , 関数 ...
-
https://man.plustar.jp/php/function.gmp-sqrt.html
- [similar]
- n乗根の整数部分と小数部分を返す 10162
- « gmp_root gmp_scan0 » PHP Manual GMP 関数 n乗根の整数部分と小数部分を返す gmp_rootrem (PHP 5 >=
...
5.6.0, PHP 7, PHP 8) gmp_rootrem — n乗根の整数部分と小数部分を返す 説明 gmp_rootrem ( GMP | ...
int | string $num , int $nth ): array num の nth 乗根を計算し、 整数部分と小数部分を返します。 パラメータ ...
数値に変換可能な数値形式の文字列。 nth num の正のn乗根 戻り値 ふたつの要素の配列を返します。 最初の要素は ...
n乗根の整数部分、ふたつめの要素は小数部分です。 両方ともG ...
-
https://man.plustar.jp/php/function.gmp-rootrem.html
- [similar]
- n乗根の整数部を返す 10026
- « gmp_random gmp_rootrem » PHP Manual GMP 関数 n乗根の整数部を返す gmp_root (PHP 5 >= 5.6.0, PHP
...
7, PHP 8) gmp_root — n乗根の整数部を返す 説明 gmp_root ( GMP | int | string $n ...
um , int $nth ): GMP num の nth 乗根を計算し、 その整数部を返します。 パラメータ num GMP ...
値に変換可能な数値形式の文字列。 nth num の正のべき乗根 戻り値 結果の整数部をGMP数として返します。 関連キー ...
ワード: 整数 , n , 根 , num , nth , int , 数値 , rootrem , 関数 , string ...
-
https://man.plustar.jp/php/function.gmp-root.html
- [similar]
- 余りつきの平方根 9686
- « 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 | string $num ): arra ...
y ある数の平方根を余りつきで計算します。 パラメータ num 平方根を計算 ...
数値形式の文字列。 戻り値 最初の要素が num の整数平方根 ( gmp_sqrt() も参照ください)、2 番目の要素が余り ( ...
下となります。 3, 0 2, 3 1024, 0 関連キーワード: 平方根 , 余り , sqrtrem , num , 要素 , 整数 , sqrt , 最初 ...
-
https://man.plustar.jp/php/function.gmp-sqrtrem.html
- [similar]
- BC Math 関数 8479
- « 定義済み定数 bcadd » PHP Manual BC Math BC Math 関数 BC Math 関数 目次 bcadd — 2つの任意精度の
...
のスケールを設定/取得する bcsqrt — 任意精度数値の平方根を取得する bcsub — 任意精度数値の減算を行う 関連キー ...
-
https://man.plustar.jp/php/ref.bc.html
- [similar]
- BCMath 任意精度数学関数 8292
- « 数学 はじめに » PHP Manual 数学 BCMath 任意精度数学関数 BCMath 任意精度数学関数 はじめに インス
...
のスケールを設定/取得する bcsqrt — 任意精度数値の平方根を取得する bcsub — 任意精度数値の減算を行う 関連キー ...
-
https://man.plustar.jp/php/book.bc.html
- [similar]
- 平方数かどうかを調べる 8089
- « gmp_perfect_power gmp_popcount » PHP Manual GMP 関数 平方数かどうかを調べる gmp_perfect_square
...
_power() - 累乗数かどうかを調べる gmp_sqrt() - 平方根を計算する gmp_sqrtrem() - 余りつきの平方根 関連キー ...
ワード: perfect , num , 数値 , 平方根 , power , sqrtrem , 計算 , sqrt , 参考 , 出力 ...
-
https://man.plustar.jp/php/function.gmp-perfect-square.html
- [similar]
- 指数表現 8089
- « pi rad2deg » PHP Manual Math 関数 指数表現 pow (PHP 4, PHP 5, PHP 7, PHP 8) pow — 指数表現 説明
...
ます。 参考 exp() - e の累乗を計算する sqrt() - 平方根 bcpow() - 任意精度数値をべき乗する gmp_pow() - べき ...
-
https://man.plustar.jp/php/function.pow.html
- [similar]