検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 77 for 精度 (0.004 sec.)
BCMath 任意精度数学関数 12128
« 数学 はじめに » PHP Manual 数学 BCMath 任意精度数学関数 BCMath 任意精度数学関数 はじめに インス ... ソース型 定義済み定数 BC Math 関数 bcadd — 2つの任意精度の数値を加算する bccomp — 2 つの任意精度数値を比較す ... る bcdiv — 2つの任意精度数値で除算を行う bcmod — 2 つの任意精度数値の剰余を取 ... 得する bcmul — 2つの任意精度数値の乗算を行う bcpow — 任意精度数値をべき乗する bc ... powmod — 任意精度数値のべき乗の、指定した数値による剰余 bcscale — すべ ...
https://man.plustar.jp/php/book.bc.html - [similar]
BC Math 関数 11783
« 定義済み定数 bcadd » PHP Manual BC Math BC Math 関数 BC Math 関数 目次 bcadd — 2つの任意精度... 数値を加算する bccomp — 2 つの任意精度数値を比較する bcdiv — 2つの任意精度数値で除算を行う ... bcmod — 2 つの任意精度数値の剰余を取得する bcmul — 2つの任意精度数値の乗算 ... を行う bcpow — 任意精度数値をべき乗する bcpowmod — 任意精度数値のべき乗の、 ... けるデフォルトのスケールを設定/取得する bcsqrt — 任意精度数値の平方根を取得する bcsub — 任意精度数値の減算を行 ...
https://man.plustar.jp/php/ref.bc.html - [similar]
フィールドの精度を問い合わせる 9379
« oci_field_name oci_field_scale » PHP Manual OCI8 関数 フィールドの精度を問い合わせる oci_field ... L OCI8 >= 1.1.0) oci_field_precision — フィールドの精度を問い合わせる 説明 oci_field_precision ( resource $ ... ent , string | int $column ): int | false column の精度を返します。 FLOAT 型カラムの精度は 0 でなく桁数は - ... 127 となります。 もし精度が 0 の場合、カラムは NUMBER 型、そうでなければ NUMB ... ER(精度, 桁数) となります。 パラメータ statement 有効な OC ...
https://man.plustar.jp/php/function.oci-field-precision.html - [similar]
フィールドの長さ (精度) を得る 9227
« odbc_fetch_row odbc_field_name » PHP Manual ODBC 関数 フィールドの長さ (精度) を得る odbc_fiel ... , PHP 7, PHP 8) odbc_field_len — フィールドの長さ (精度) を得る 説明 odbc_field_len ( resource $statement ... るいはエラー時に false を返します。 参考 浮動小数点の精度を得るには odbc_field_scale() - フィールドの精度を得 ... る 関連キーワード: フィールド , 精度 , 番号 , int , fetch , row , 関数 , resource , 参照 ...
https://man.plustar.jp/php/function.odbc-field-len.html - [similar]
値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す 8978
« log10 log » PHP Manual Math 関数 値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number ... PHP 5, PHP 7, PHP 8) log1p — 値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す 説明 log ... きる方法を使用します。 log() は、このような場合には 精度の問題で log(1) の値を返してしまいます。 パラメータ ... を返します。 参考 expm1() - 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す log() - 自然対数 ... log10() - 底が 10 の対数 関連キーワード: 精度 , 方法 , 計算 , 値 , num , float , Math , 関数 , パ ...
https://man.plustar.jp/php/function.log1p.html - [similar]
フィールドの精度を得る 8840
« odbc_field_precision odbc_field_type » PHP Manual ODBC 関数 フィールドの精度を得る odbc_field_ ... HP 5, PHP 7, PHP 8) odbc_field_scale — フィールドの精度を得る 説明 odbc_field_scale ( resource $statement , ... 指定した ODBC 結果 ID の番号で指定したフィールドの精度を取得します。 パラメータ statement 結果 ID。 field ... 時に false を返します。 関連キーワード: フィールド , 精度 , 番号 , scale , int , precision , type , 関数 , r ...
https://man.plustar.jp/php/function.odbc-field-scale.html - [similar]
任意精度数値をべき乗する 8633
« bcmul bcpowmod » PHP Manual BC Math 関数 任意精度数値をべき乗する bcpow (PHP 4, PHP 5, PHP 7, ... PHP 8) bcpow — 任意精度数値をべき乗する 説明 bcpow ( string $num , string $ ... 数を返す可能性がありました。 これは scale で許された精度が不要な場合にだけ起きていました。 たとえば、以下のよ ... ではなく "25" となります ?> 参考 bcpowmod() - 任意精度数値のべき乗の、指定した数値による剰余 bcsqrt() - 任 ...精度数値の平方根を取得する 関連キーワード: 数値 , 精度 , ...
https://man.plustar.jp/php/function.bcpow.html - [similar]
システムの高精度な時刻を取得する 8633
« highlight_string ignore_user_abort » PHP Manual その他の関数 システムの高精度な時刻を取得する ... rtime (PHP 7 >= 7.3.0, PHP 8) hrtime — システムの高精度な時刻を取得する 説明 hrtime ( bool $as_number = fal ... at | false 任意のタイミングから計測したシステムの高精度な時刻を取得します。 返されたタイムスタンプは単調であ ... り、調整できません。 パラメータ as_number 高精度の時刻を array で取得するか、数値で取得するかを指定し ... プをマイクロ秒まで返す 関連キーワード: 取得 , 時刻 , 精度 , システム , hrtime , int , プラットフォーム , flo ...
https://man.plustar.jp/php/function.hrtime.html - [similar]
結果セット内の指定したカラムの精度を返す 8495
« db2_field_num db2_field_scale » PHP Manual IBM DB2 関数 結果セット内の指定したカラムの精度を返 ... b2_field_precision — 結果セット内の指定したカラムの精度を返す 説明 db2_field_precision ( resource $stmt , m ... ixed $column ): int 結果セット内の指定したカラムの精度を返します。 パラメータ stmt 結果セットを含むステート ... 列のいずれかが使用可能です。 戻り値 指定したカラムの精度を表す整数値を返します。 結果セット内にそのカラムが存 ... の現在値の幅を返す 関連キーワード: カラム , セット , 精度 , 指定 , precision , num , scale , stmt , column , ...
https://man.plustar.jp/php/function.db2-field-precision.html - [similar]
値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す 8440
« exp fdiv » PHP Manual Math 関数 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す ... PHP 5, PHP 7, PHP 8) expm1 — 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す 説明 expm1 ( flo ... 値を返します。 参考 log1p() - 値がゼロに近い時にでも精度を保つ方法で計算した log(1 + number) を返す exp() - ... e の累乗を計算する 関連キーワード: exp , 精度 , num , 値 , expm , 計算 , float , 方法 , Math , 関 ...
https://man.plustar.jp/php/function.expm1.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT