|
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional.
|
Restituisce 1 (o C) se A <= B o 0 (o D) in caso contrario. I parametri C e D sono facoltativi.
|
|
Addition
|
Addizione
|
|
Mathematical Operation to return the sum of two or more summands
|
Operazione matematica per restituire la somma di due o più sommatorie
|
|
Subtraction
|
Sottrazione
|
|
Mathematical Operation to return the difference of minuend and subtrahend
|
Operazione matematica per restituire la differenza di minuendo e sottraendo
|
|
Multiplication
|
Moltiplicazione
|
|
Mathematical Operation to return the product of multiplier and multiplicant
|
Operazione matematica per restituire il prodotto del moltiplicatore e del moltiplicante
|
|
Division
|
Reparto
|
|
Mathematical Operation to return the fraction of divident and divisor
|
Operazione matematica per restituire la frazione di dividente e divisore
|
|
Modulus
|
Modulo
|
|
Mathematical Operation to return the remainder of a division of two integers
|
Operazione matematica per restituire il resto di una divisione di due numeri interi
|
|
Exponentiation - PHP5.6 or above required
|
Elevamento a potenza - PHP5.6 o superiore richiesto
|
|
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent.
|
Operazione matematica per restituire la moltiplicazione ripetuta (o divisione) di una base per il suo esponente.
|
|
Decimal Mark
|
Segno decimale
|
|
Decimal Mark used to separate the integer part from the fractional part
|
Segno decimale utilizzato per separare la parte intera dalla parte frazionaria
|
|
Round Bracket
|
Staffa tonda
|
|
Used to override normal precedence or to mark the first level of nesting
|
Utilizzato per ignorare la precedenza normale o per contrassegnare il primo livello di annidamento
|
|
Square Bracket
|
Parentesi quadra
|
|
Used to override normal precedence or to mark the second level of nesting
|
Utilizzato per ignorare la precedenza normale o per contrassegnare il secondo livello di annidamento
|
|
Punctuation mark
|
Segno di punteggiatura
|