検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 24 for sqrt (0.002 sec.)
直角三角形の斜辺の長さを計算する 7672
« hexdec intdiv » PHP Manual Math 関数 直角三角形の斜辺の長さを計算する hypot (PHP 4 >= 4.1.0, P ... すなわち原点と ( x , y ) との距離を返します。 これは sqrt(x*x + y*y) と等価です。 パラメータ x 最初の辺の長さ ...
https://man.plustar.jp/php/function.hypot.html - [similar]
双曲線正弦(ハイパボリックサイン) 7606
« sin sqrt » PHP Manual Math 関数 双曲線正弦(ハイパボリックサイン) sinh (PHP 4 >= 4.1.0, PHP 5 ...
https://man.plustar.jp/php/function.sinh.html - [similar]
指数表現 7556
« pi rad2deg » PHP Manual Math 関数 指数表現 pow (PHP 4, PHP 5, PHP 7, PHP 8) pow — 指数表現 説明 ... こすことがあります。 参考 exp() - e の累乗を計算する sqrt() - 平方根 bcpow() - 任意精度数値をべき乗する gmp_ ...
https://man.plustar.jp/php/function.pow.html - [similar]
乱数生成器を初期化する 7489
« sqrt tan » PHP Manual Math 関数 乱数生成器を初期化する srand (PHP 4, PHP 5, PHP 7, PHP 8) sran ...
https://man.plustar.jp/php/function.srand.html - [similar]
GNU Multiple Precision 7372
« bcsub はじめに » PHP Manual 数学 GNU Multiple Precision GNU Multiple Precision はじめに インス ... _setbit — ビットを設定する gmp_sign — 数の符号 gmp_sqrt — 平方根を計算する gmp_sqrtrem — 余りつきの平方根 ...
https://man.plustar.jp/php/book.gmp.html - [similar]
数学関数 7372
« GMP::__unserialize はじめに » PHP Manual 数学 数学関数 数学関数 はじめに インストール/設定 要件 ... (サイン) sinh — 双曲線正弦(ハイパボリックサイン) sqrt — 平方根 srand — 乱数生成器を初期化する tan — 正接 ...
https://man.plustar.jp/php/book.math.html - [similar]
直線を描画する 7372
« imagelayereffect imageloadfont » PHP Manual GD および Image 関数 直線を描画する imageline (PHP ... y2 - $y1 ) / ( $x2 - $x1 ); //y = kx + q $a = $t / sqrt ( 1 + pow ( $k , 2 )); $points = array( round ( $x ...
https://man.plustar.jp/php/function.imageline.html - [similar]
GMP 関数 7372
« 例 gmp_abs » PHP Manual GMP GMP 関数 GMP 関数 参考 より数学的な関数が、 数学 の節にあります。 ... _setbit — ビットを設定する gmp_sign — 数の符号 gmp_sqrt — 平方根を計算する gmp_sqrtrem — 余りつきの平方根 ...
https://man.plustar.jp/php/ref.gmp.html - [similar]
Math 関数 7372
« 定義済み定数 abs » PHP Manual Math Math 関数 Math 関数 目次 abs — 絶対値 acos — 逆余弦(アーク ... (サイン) sinh — 双曲線正弦(ハイパボリックサイン) sqrt — 平方根 srand — 乱数生成器を初期化する tan — 正接 ...
https://man.plustar.jp/php/ref.math.html - [similar]
7306
« 定義済み定数 エラー処理関数 » PHP Manual エラー処理 例 例 エラー処理機能を PHP で使用するための ... 2 = 0.0 ; } $d += $c2 * $c2 - $c1 * $c1 ; } return sqrt ( $d ); } $old_error_handler = set_error_handler ( ...
https://man.plustar.jp/php/errorfunc.examples.html - [similar]
PREV 1 2 3 NEXT