Translation

English
English Dutch
Returns 1 (or B) if A === NaN or 0 (or C) if not. Parameters B and C are optional. Retourneert 1 (of B) als A === NaN of 0 (of C) als dat niet het geval is. Parameters B en C zijn optioneel.
f_cmp - Complex Comparison f_cmp - Complexe vergelijking
f_int - Alias of f_floor f_int - Alias van f_floor
f_rnd - Alias of f_round f_rnd - Alias van f_round
f_eq - Alias of f_cmp - IS EQUAL f_eq - Alias van f_cmp - IS GELIJK
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. Retourneert 1 (of C) als A == B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - Alias van f_cmp - IS ONGELIJK
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. Retourneert 1 (of C) als A != B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - Alias of f_cmp - IS GROTER DAN
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. Retourneert 1 (of C) als A > B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - Alias of f_cmp - IS LAGER DAN
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. Retourneert 1 (of C) als A < B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - Alias van f_cmp - IS GROTER OF GELIJK
Returns 1 (or C) if A >= B or 0 (or D) if not. Parameters C and D are optional. Retourneert 1 (of C) als A > = B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le - Alias van f_cmp - IS LAGER OF GELIJK
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional. Retourneert 1 (of C) als A < = B of 0 (of D) als dat niet het geval is. Parameters C en D zijn optioneel.
Addition Toevoeging
Mathematical Operation to return the sum of two or more summands Wiskundige bewerking om de som van twee of meer sommen terug te geven
Subtraction Afmelden
Mathematical Operation to return the difference of minuend and subtrahend Wiskundige bewerking om het verschil tussen minuend en subtrahend terug te geven
Multiplication Vermenigvuldiging
Mathematical Operation to return the product of multiplier and multiplicant Wiskundige bewerking om het product van vermenigvuldiger en vermenigvuldiger terug te geven
Division Divisie
Mathematical Operation to return the fraction of divident and divisor Wiskundige bewerking om de breuk van deler en deler terug te geven
Modulus Modulus
Mathematical Operation to return the remainder of a division of two integers Wiskundige bewerking om de rest van een deling van twee gehele getallen terug te geven
Exponentiation - PHP5.6 or above required Exponentiatie - PHP5.6 of hoger vereist
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent. Wiskundige bewerking om de herhaalde vermenigvuldiging (of deling) van een basis met zijn exponent terug te geven.
Decimal Mark Decimaal teken
Decimal Mark used to separate the integer part from the fractional part Decimaal teken dat wordt gebruikt om het gehele deel van het breukdeel te scheiden
Round Bracket Parenthese

Loading…

No matching activity found.

Browse all component changes

Glossary

English Dutch
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/nl-NL.po, string 141