|
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional.
|
Gibt 1 (oder C) zurück, wenn A <= B oder 0 (oder D), wenn nicht. Die Parameter C und D sind optional.
|
|
Addition
|
Zusatz
|
|
Mathematical Operation to return the sum of two or more summands
|
Mathematische Operation, um die Summe von zwei oder mehr Summanden zurückzugeben
|
|
Subtraction
|
Abzüglich
|
|
Mathematical Operation to return the difference of minuend and subtrahend
|
Mathematische Operation, um die Differenz von Minuend und Subtrahend zurückzugeben
|
|
Multiplication
|
Multiplikation
|
|
Mathematical Operation to return the product of multiplier and multiplicant
|
Mathematische Operation, um das Produkt aus Multiplikator und Multiplikant zurückzugeben
|
|
Division
|
Division
|
|
Mathematical Operation to return the fraction of divident and divisor
|
Mathematische Operation, um den Bruchteil von Divident und Divisor zurückzugeben
|
|
Modulus
|
Modul
|
|
Mathematical Operation to return the remainder of a division of two integers
|
Mathematische Operation, um den Rest einer Division von zwei ganzen Zahlen zurückzugeben
|
|
Exponentiation - PHP5.6 or above required
|
Exponentiation - PHP5.6 oder höher erforderlich
|
|
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent.
|
Mathematische Operation, um die wiederholte Multiplikation (oder Division) einer Basis mit ihrem Exponenten zurückzugeben.
|
|
Decimal Mark
|
CSV Dezimaltrenner
|
|
Decimal Mark used to separate the integer part from the fractional part
|
Das Symbol, das das Ende des ganzzahligen Teils und den Anfang des Bruchteils anzeigt.
|
|
Round Bracket
|
Runde Halterung
|
|
Used to override normal precedence or to mark the first level of nesting
|
Wird verwendet, um die normale Priorität zu überschreiben oder die erste Verschachtelungsebene zu markieren
|
|
Square Bracket
|
Eckige Klammer
|
|
Used to override normal precedence or to mark the second level of nesting
|
Wird verwendet, um die normale Priorität zu überschreiben oder die zweite Verschachtelungsebene zu markieren
|
|
Punctuation mark
|
Satzzeichen
|