検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 119 for [SIMILAR] 16 1024 4096 WITH 29277 小数 WITH 2848... (0.247 sec.)
浮動小数点数 10000
« 整数 文字列 » PHP Manual 型 浮動小数点数 浮動小数点数 浮動小数点数 (あるいは "float", "double", "実数") は、次の構文により指定できます。 <?php $a = 1.234 ; $b = 1.2e3 ; $c = 7E-10 ; $d = 1_234.567 ; // PHP 7.4.0 以降 ?> PHP 7.4.0 以降の規約(これより前のバージョンでは、アンダースコアは許 ...
https://man.plustar.jp/php/language.types.float.html - [similar]
はじめに 5885
« BC Math インストール/設定 » PHP Manual BC Math はじめに はじめに 任意の精度の演算をサポートするために、PHP は 2147483647 (または 0x7FFFFFFF ) までの 任意のサイズおよび精度の小数桁をサポートする BCMath を提供します。 十分なメモリがあれば、文字列表現もサポートします。 有効(別名 well-form ...
https://man.plustar.jp/php/intro.bc.html - [similar]
IEEE 754 に従い、数値の除算を行う 0
« expm1 floor » PHP Manual Math 関数 IEEE 754 に従い、数値の除算を行う fdiv (PHP 8) fdiv — IEEE 754 に従い、数値の除算を行う 説明 fdiv ( float $num1 , float $num2 ): float num1 を num2 で割った結果を浮動小数点数の結果として返します。 num2 が 0 の場合、 INF , -INF , NAN のうちのいずれかを ...
https://man.plustar.jp/php/function.fdiv.html - [similar]
指定した色チャネルの正規化した値を取得する 0
« GmagickPixel::getcolorcount GmagickPixel::setcolor » PHP Manual GmagickPixel 指定した色チャネルの正規化した値を取得する GmagickPixel::getcolorvalue (PECL gmagick >= Unknown) GmagickPixel::getcolorvalue — 指定した色チャネルの正規化した値を取得する 説明 public GmagickPixel::getcolorvalue ...
https://man.plustar.jp/php/gmagickpixel.getcolorvalue.html - [similar]
odbc_field_len のエイリアス 0
« odbc_field_num odbc_field_scale » PHP Manual ODBC 関数 odbc_field_len のエイリアス odbc_field_precision (PHP 4, PHP 5, PHP 7, PHP 8) odbc_field_precision — odbc_field_len() のエイリアス 説明 この関数は次の関数のエイリアスです。 odbc_field_len() . 参考 浮動小数点の精度を得るには odbc_fi ...
https://man.plustar.jp/php/function.odbc-field-precision.html - [similar]
指定した桁で variant を丸める 0
« variant_pow variant_set_type » PHP Manual COM関数 指定した桁で variant を丸める variant_round (PHP 5, PHP 7, PHP 8) variant_round — 指定した桁で variant を丸める 説明 variant_round ( mixed $value , int $decimals ): ? variant value を、 decimals で指定した桁で丸めた結果を返します。 パラ ...
https://man.plustar.jp/php/function.variant-round.html - [similar]
整数値の除算 0
« hypot is_finite » PHP Manual Math 関数 整数値の除算 intdiv (PHP 7, PHP 8) intdiv — 整数値の除算 説明 intdiv ( int $num1 , int $num2 ): int num1 を num2 で割った整数商を返します。 パラメータ num1 割られる数。 num2 num1 を割る数。 戻り値 num1 を num2 で割った整数商。 エラー / 例外 num2 が ...
https://man.plustar.jp/php/function.intdiv.html - [similar]
定義済みの定数 0
« 定義済のクラス その他の予約語の一覧 » PHP Manual 予約語の一覧 定義済みの定数 定義済みの定数 コアの定義済みの定数 これらの定数は PHP のコアで定義済みの定数です。 PHP, Zend engine, SAPI モジュールも含みます。 PHP_VERSION ( string ) 現在の PHP のバージョンを "major.minor.release[extra]" 形 ...
https://man.plustar.jp/php/reserved.constants.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]
variant の整数部を返す 0
« variant_imp variant_mod » PHP Manual COM関数 variant の整数部を返す variant_int (PHP 5, PHP 7, PHP 8) variant_int — variant の整数部を返す 説明 variant_int ( mixed $value ): variant variant の整数部を返します。 パラメータ value variant。 注意 : variant に関するすべての計算用関数と同様、 ...
https://man.plustar.jp/php/function.variant-int.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT