検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 128 for [SIMILAR] 16 1024 4096 WITH 19948 bcmath WITH 91... (0.522 sec.)
はじめに 10000
« BC Math インストール/設定 » PHP Manual BC Math はじめに はじめに 任意の精度の演算をサポートするために、PHP は 2147483647 (または 0x7FFFFFFF ) までの 任意のサイズおよび精度の小数桁をサポートする BCMath を提供します。 十分なメモリがあれば、文字列表現もサポートします。 有効(別名 well-form ...
https://man.plustar.jp/php/intro.bc.html - [similar]
浮動小数点数 3927
« 整数 文字列 » 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]
整数 0
« 論理型 (boolean) 浮動小数点数 » PHP Manual 型 整数 整数 int は、ℤ = {..., -2, -1, 0, 1, 2, ...} という集合です。 以下も参照ください。 任意精度整数 / GMP 浮動小数点数 任意精度整数 / BCMath 構文 整数 (integer) は、10 進数(基数 10)、16 進数 (基数 16)、8 進数 (基数 8) あるいは 2 進数 (基数 ...
https://man.plustar.jp/php/language.types.integer.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]
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]
指定した桁で 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]
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]
数字を千の位毎にグループ化してフォーマットする 0
« nl2br ord » PHP Manual String 関数 数字を千の位毎にグループ化してフォーマットする number_format (PHP 4, PHP 5, PHP 7, PHP 8) number_format — 数字を千の位毎にグループ化してフォーマットする 説明 number_format ( float $num , int $decimals = 0 , ? string $decimal_separator = "." , ? string ...
https://man.plustar.jp/php/function.number-format.html - [similar]
円周率の値を得る 0
« octdec pow » PHP Manual Math 関数 円周率の値を得る pi (PHP 4, PHP 5, PHP 7, PHP 8) pi — 円周率の値を得る 説明 pi (): float 円周率の近似値を返します。 また、定数 M_PI を使用することで pi() とまったく同じ結果を取得することも可能です。 パラメータ この関数にはパラメータはありません。 戻り値 ...
https://man.plustar.jp/php/function.pi.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]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT