検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 204 for [SIMILAR] 16 1024 4096 WITH 7460 precision WITH ... (0.223 sec.)
PHP 8.1.x で推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 PHP 8.1.x で推奨されなくなる機能 PHP 8.1.x で推奨されなくなる機能 PHP コア __serialize() , __unserialize() がない状態で、 Serializable を実装するのは推奨されない 新しいこれらのメソッドだけを実装するか、 ...
https://man.plustar.jp/php/migration81.deprecated.html - [similar]
任意精度数値をべき乗する 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
« 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]
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]
2つの任意精度数値の乗算を行う 0
« bcmod bcpow » PHP Manual BC Math 関数 2つの任意精度数値の乗算を行う bcmul (PHP 4, PHP 5, PHP 7, PHP 8) bcmul — 2つの任意精度数値の乗算を行う 説明 bcmul ( string $num1 , string $num2 , ? int $scale = null ): string num1 に num2 を掛けます。 パラメータ num1 左オペランドを表す文字列。 num ...
https://man.plustar.jp/php/function.bcmul.html - [similar]
ODBC トランザクションをコミットする 0
« odbc_columns odbc_connect » PHP Manual ODBC 関数 ODBC トランザクションをコミットする odbc_commit (PHP 4, PHP 5, PHP 7, PHP 8) odbc_commit — ODBC トランザクションをコミットする 説明 odbc_commit ( resource $odbc ): bool その接続におけるすべての実行中のトランザクションをコミットします。 パ ...
https://man.plustar.jp/php/function.odbc-commit.html - [similar]
複数の結果が利用可能などうか確認する 0
« odbc_longreadlen odbc_num_fields » PHP Manual ODBC 関数 複数の結果が利用可能などうか確認する odbc_next_result (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) odbc_next_result — 複数の結果が利用可能などうか確認する 説明 odbc_next_result ( resource $statement ): bool まだ結果セットが存在して odbc_ ...
https://man.plustar.jp/php/function.odbc-next-result.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
« 整数 文字列 » 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]