検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 20 for [SIMILAR] 16 1024 4096 WITH 34105 除数 WITH 2551... (0.051 sec.)
引数で除算をした際の剰余を返す 10000
« floor getrandmax » PHP Manual Math 関数 引数で除算をした際の剰余を返す fmod (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) fmod — 引数で除算をした際の剰余を返す 説明 fmod ( float $num1 , float $num2 ): float 被除数( num1 )を除数( num2 ) で割った余りを返します。余り( r )は、 整数 i を使用し ...
https://man.plustar.jp/php/function.fmod.html - [similar]
2 つの任意精度数値の剰余を取得する 5479
« bcdiv bcmul » PHP Manual BC Math 関数 2 つの任意精度数値の剰余を取得する bcmod (PHP 4, PHP 5, PHP 7, PHP 8) bcmod — 2 つの任意精度数値の剰余を取得する 説明 bcmod ( string $num1 , string $num2 , ? int $scale = null ): string num1 の、 num2 を法とする剰余を取得します。 num2 が 0でなければ ...
https://man.plustar.jp/php/function.bcmod.html - [similar]
算術演算子 5479
« 演算子の優先順位 代入演算子 » PHP Manual 演算子 算術演算子 算術演算子 学校で習った初等算術を憶えていますか? この演算子はそれらと同様に動作します。 算術演算子 例 名前 結果 +$a 同一 $a を、必要に応じて int あるいは float に変換する -$a 負にする $a の逆 $a + $b 加算 $a および $b の合計 $a ...
https://man.plustar.jp/php/language.operators.arithmetic.html - [similar]
2 つの variant の除算を行い、剰余を返す 5479
« variant_int variant_mul » PHP Manual COM関数 2 つの variant の除算を行い、剰余を返す variant_mod (PHP 5, PHP 7, PHP 8) variant_mod — 2 つの variant の除算を行い、剰余を返す 説明 variant_mod ( mixed $left , mixed $right ): variant left を right で除算し、剰余を返します。 パラメータ left ...
https://man.plustar.jp/php/function.variant-mod.html - [similar]
任意精度数値のべき乗の、指定した数値による剰余 5479
« 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]
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]
2 変数のアークタンジェント 0
« asinh atan » PHP Manual Math 関数 2 変数のアークタンジェント atan2 (PHP 4, PHP 5, PHP 7, PHP 8) atan2 — 2 変数のアークタンジェント 説明 atan2 ( float $y , float $x ): float この関数は、2 つの変数 x および y のアークタンジェントを計算します。 y / x のアークタンジェントを計算するのに似て ...
https://man.plustar.jp/php/function.atan2.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
« PHP 5.6.x から PHP 7.0.x への移行 新機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 エラーや例外の取り扱いの変更 fatal error や recoverable fatal error の多くが、PHP 7 では例外に変換されるようになりました。 これらの例外は Error クラスを ...
https://man.plustar.jp/php/migration70.incompatible.html - [similar]
BC Math 関数 0
« 定義済み定数 bcadd » PHP Manual BC Math BC Math 関数 BC Math 関数 目次 bcadd — 2つの任意精度の数値を加算する bccomp — 2 つの任意精度数値を比較する bcdiv — 2つの任意精度数値で除算を行う bcmod — 2 つの任意精度数値の剰余を取得する bcmul — 2つの任意精度数値の乗算を行う bcpow — 任意精度数値 ...
https://man.plustar.jp/php/ref.bc.html - [similar]
PREV 1 2 NEXT