検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 101 for [SIMILAR] 16 1024 4096 WITH 25139 端数 WITH 1148... (0.156 sec.)
定義済み定数 10000
« リソース型 Math 関数 » PHP Manual Math 定義済み定数 定義済み定数 以下の定数は、PHP コアに含まれており、常に利用可能です。 Math の定数 定数 値 説明 使用可能 M_PI 3.14159265358979323846 パイ(円周率) M_E 2.7182818284590452354 e(自然対数の底) M_LOG2E 1.4426950408889634074 log_2 e M_LOG ...
https://man.plustar.jp/php/math.constants.html - [similar]
端数の切り上げ 8972
« bindec cos » PHP Manual Math 関数 端数の切り上げ ceil (PHP 4, PHP 5, PHP 7, PHP 8) ceil — 端数の切り上げ 説明 ceil ( int | float $num ): float 必要に応じて num を切り上げ、 num の次に大きい整数値を返します。 パラメータ num 丸める値。 戻り値 num の次に大きい整数値を返します。 ceil() の戻 ...
https://man.plustar.jp/php/function.ceil.html - [similar]
端数の切り捨て 8972
« fdiv fmod » PHP Manual Math 関数 端数の切り捨て floor (PHP 4, PHP 5, PHP 7, PHP 8) floor — 端数の切り捨て 説明 floor ( int | float $num ): float 必要に応じて num を丸めることにより、 value をこえない最大の整数の値を (float 型で) 返します。 パラメータ num 丸める数値。 戻り値 num をこえな ...
https://man.plustar.jp/php/function.floor.html - [similar]
平方根 4098
« sinh srand » PHP Manual Math 関数 平方根 sqrt (PHP 4, PHP 5, PHP 7, PHP 8) sqrt — 平方根 説明 sqrt ( float $num ): float num の平方根を返します。 パラメータ num 処理する引数。 戻り値 num の平方根を返します。 負の数を指定した場合は、特別な値 NAN を返します。 例 例1 sqrt() の例 <?php // ...
https://man.plustar.jp/php/function.sqrt.html - [similar]
平方根を計算する 4098
« gmp_sign gmp_sqrtrem » PHP Manual GMP 関数 平方根を計算する gmp_sqrt (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_sqrt — 平方根を計算する 説明 gmp_sqrt ( GMP | int | string $num ): GMP num の平方根を計算します。 パラメータ num GMP オブジェクト、整数、あるいは数値に変換可能な数値形式の文字 ...
https://man.plustar.jp/php/function.gmp-sqrt.html - [similar]
Vector Square Root 4098
« 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 $real ): array Calculates the square root of each value in real and returns the resulting array. パラメータ real 実数値の配列 ...
https://man.plustar.jp/php/function.trader-sqrt.html - [similar]
Math 関数 0
« 定義済み定数 abs » PHP Manual Math Math 関数 Math 関数 目次 abs — 絶対値 acos — 逆余弦(アークコサイン) acosh — 逆双曲線余弦(アークハイパボリックコサイン) asin — 逆正弦(アークサイン) asinh — 逆双曲線正弦(アークハイパボリックサイン) atan2 — 2 変数のアークタンジェント atan — 逆正接 ...
https://man.plustar.jp/php/ref.math.html - [similar]
数学関数 0
« GMP::__unserialize はじめに » PHP Manual 数学 数学関数 数学関数 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 Math 関数 abs — 絶対値 acos — 逆余弦(アークコサイン) acosh — 逆双曲線余弦(アークハイパボリックコサイン) asin — 逆正弦(アークサイン) ...
https://man.plustar.jp/php/book.math.html - [similar]
直角三角形の斜辺の長さを計算する 0
« hexdec intdiv » PHP Manual Math 関数 直角三角形の斜辺の長さを計算する hypot (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) hypot — 直角三角形の斜辺の長さを計算する 説明 hypot ( float $x , float $y ): float hypot() は、直角をはさむ 2 辺の長さが x および y である 直角三角形の斜辺の長さ、すなわち原 ...
https://man.plustar.jp/php/function.hypot.html - [similar]
浮動小数点数を丸める 0
« rand sin » PHP Manual Math 関数 浮動小数点数を丸める round (PHP 4, PHP 5, PHP 7, PHP 8) round — 浮動小数点数を丸める 説明 round ( int | float $num , int $precision = 0 , int $mode = PHP_ROUND_HALF_UP ): float num を、指定した precision (小数点以下の桁数)に丸めた値を 返します。 precisio ...
https://man.plustar.jp/php/function.round.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT