|
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
|
數學運算,返回兩個或多個求和之和
|
|
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
|
數學運算,返回兩個整數的除法的餘數
|
|
Exponentiation - PHP5.6 or above required
|
冪運算 - 需要 PHP5.6 或以上
|
|
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent.
|
Mathematical Operation 返回底數乘以指數的重複乘法(或除法)。
|
|
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
|
用於覆蓋正常優先順序或標記第二級嵌套
|
|
Punctuation mark
|
標點符號
|