English German
f_cmp - Complex Comparison f_cmp - Komplexer Vergleich
f_int - Alias of f_floor f_int - Alias von f_floor
f_rnd - Alias of f_round f_rnd - Alias von f_round
f_eq - Alias of f_cmp - IS EQUAL f_eq - Alias von f_cmp - IST GLEICH
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.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - Alias von f_cmp - IST UNGLEICH
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.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - Alias von f_cmp - IST GRÖSSER ALS
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.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - Alias von f_cmp - IST UNTER
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.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - Alias von f_cmp - IST GRÖSSER ODER GLEICH
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.
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le - Alias von f_cmp - IST UNTER ODER GLEICH
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.
Mathematical Operation to return the sum of two or more summands Mathematische Operation, um die Summe von zwei oder mehr Summanden zurückzugeben
Mathematical Operation to return the difference of minuend and subtrahend Mathematische Operation, um die Differenz von Minuend und Subtrahend zurückzugeben
Mathematical Operation to return the product of multiplier and multiplicant Mathematische Operation, um das Produkt aus Multiplikator und Multiplikant zurückzugeben
Mathematical Operation to return the fraction of divident and divisor Mathematische Operation, um den Bruchteil von Divident und Divisor zurückzugeben
Modulus Modul