|
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional.
|
A <= B の場合は 1 (または C) を返し、そうでない場合は 0 (または D) を返します。パラメータ C と D はオプションです。
|
|
Addition
|
追加
|
|
Mathematical Operation to return the sum of two or more summands
|
2 つ以上の合計を返す数学演算
|
|
Subtraction
|
引き算
|
|
Mathematical Operation to return the difference of minuend and subtrahend
|
minuendとsubtrahendの差を返す数学演算
|
|
Multiplication
|
掛け算
|
|
Mathematical Operation to return the product of multiplier and multiplicant
|
乗数と乗算の積を返す数学演算
|
|
Division
|
分割
|
|
Mathematical Operation to return the fraction of divident and divisor
|
除数と除数の分数を返す数学演算
|
|
Modulus
|
係数
|
|
Mathematical Operation to return the remainder of a division of two integers
|
2 つの整数の除算の余りを返す数学演算
|
|
Exponentiation - PHP5.6 or above required
|
指数 - PHP5.6以上が必要
|
|
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent.
|
基数の繰り返し乗算 (または除算) をその指数で返す数学演算。
|
|
Decimal Mark
|
小数点記号
|
|
Decimal Mark used to separate the integer part from the fractional part
|
整数部と小数部を区切るために使用される小数点
|
|
Round Bracket
|
ラウンドブラケット
|
|
Used to override normal precedence or to mark the first level of nesting
|
通常の優先順位をオーバーライドするため、またはネストの最初のレベルをマークするために使用されます
|
|
Square Bracket
|
角括弧
|
|
Used to override normal precedence or to mark the second level of nesting
|
通常の優先順位をオーバーライドするため、またはネストの 2 番目のレベルをマークするために使用されます
|
|
Punctuation mark
|
句読点
|