検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 55 for [SIMILAR] 16 1024 4096 WITH 29958 getfractionald... (0.182 sec.)
任意精度数値をべき乗する 0
« bcmul bcpowmod » PHP Manual BC Math 関数 任意精度数値をべき乗する bcpow (PHP 4, PHP 5, PHP 7, PHP 8) bcpow — 任意精度数値をべき乗する 説明 bcpow ( string $num , string $exponent , ? int $scale = null ): string num の exponent 乗を求めます。 パラメータ num 基数を表す文字列。 exponent 指 ...
https://man.plustar.jp/php/function.bcpow.html - [similar]
数値を金額文字列にフォーマットする 0
« metaphone nl_langinfo » PHP Manual String 関数 数値を金額文字列にフォーマットする money_format (PHP 4 >= 4.3.0, PHP 5, PHP 7) money_format — 数値を金額文字列にフォーマットする 警告 この関数は PHP 7.4.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関数に頼らないことを強く推奨しま ...
https://man.plustar.jp/php/function.money-format.html - [similar]
フィールドの精度を問い合わせる 0
« oci_field_name oci_field_scale » PHP Manual OCI8 関数 フィールドの精度を問い合わせる oci_field_precision (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_field_precision — フィールドの精度を問い合わせる 説明 oci_field_precision ( resource $statement , string | int $column ): int | false c ...
https://man.plustar.jp/php/function.oci-field-precision.html - [similar]
2つの任意精度数値で除算を行う 0
« bccomp bcmod » PHP Manual BC Math 関数 2つの任意精度数値で除算を行う bcdiv (PHP 4, PHP 5, PHP 7, PHP 8) bcdiv — 2つの任意精度数値で除算を行う 説明 bcdiv ( string $num1 , string $num2 , ? int $scale = null ): string num1 を num2 で除算します。 パラメータ num1 被除数を表す文字列。 num2 割 ...
https://man.plustar.jp/php/function.bcdiv.html - [similar]
任意精度数値の平方根を取得する 0
« bcscale bcsub » PHP Manual BC Math 関数 任意精度数値の平方根を取得する bcsqrt (PHP 4, PHP 5, PHP 7, PHP 8) bcsqrt — 任意精度数値の平方根を取得する 説明 bcsqrt ( string $num , ? int $scale = null ): string num の平方根を返します。 パラメータ num オペランドを表す文字列。 scale このオプシ ...
https://man.plustar.jp/php/function.bcsqrt.html - [similar]
任意精度数値の減算を行う 0
« bcsqrt GMP » PHP Manual BC Math 関数 任意精度数値の減算を行う bcsub (PHP 4, PHP 5, PHP 7, PHP 8) bcsub — 任意精度数値の減算を行う 説明 bcsub ( string $left_operand , string $right_operand , int $scale = 0 ): string left_operand から right_operand を引きます。 パラメータ num1 左オペラン ...
https://man.plustar.jp/php/function.bcsub.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]
2つの任意精度の数値を加算する 0
« BC Math 関数 bccomp » PHP Manual BC Math 関数 2つの任意精度の数値を加算する bcadd (PHP 4, PHP 5, PHP 7, PHP 8) bcadd — 2つの任意精度の数値を加算する 説明 bcadd ( string $num1 , string $num2 , ? int $scale = null ): string num1 を num2 に加算します。 パラメータ num1 左オペランドを表す文 ...
https://man.plustar.jp/php/function.bcadd.html - [similar]
任意精度数値のべき乗の、指定した数値による剰余 0
« bcpow bcscale » PHP Manual BC Math 関数 任意精度数値のべき乗の、指定した数値による剰余 bcpowmod (PHP 5, PHP 7, PHP 8) bcpowmod — 任意精度数値のべき乗の、指定した数値による剰余 説明 bcpowmod ( string $num , string $exponent , string $modulus , ? int $scale = null ): string modulus で割っ ...
https://man.plustar.jp/php/function.bcpowmod.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 BC 数学関数設定オプション 名前 デフォルト 変更可能 変更履歴 bcmath.scale "0" PHP_INI_ALL PHP_INI_* モードの詳細および定義については どこで設定を行うのか を参照してくだ ...
https://man.plustar.jp/php/bc.configuration.html - [similar]
PREV 1 2 3 4 5 6 NEXT