English Portuguese (Portugal)
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - Alias de f_cmp - É MAIOR QUE
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. Retorna 1 (ou C) se A> B ou 0 (ou D) se não. Os parâmetros C e D são opcionais.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - Alias de f_cmp - É MENOR DO QUE
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. Retorna 1 (ou C) se A <B ou 0 (ou D) se não. Os parâmetros C e D são opcionais.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - Alias de f_cmp - É MAIOR OU IGUAL
Returns 1 (or C) if A >= B or 0 (or D) if not. Parameters C and D are optional. Retorna 1 (ou C) se A> = B ou 0 (ou D) se não. Os parâmetros C e D são opcionais.
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le - Alias de f_cmp - É MENOR OU IGUAL
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional. Retorna 1 (ou C) se A <= B ou 0 (ou D) se não. Os parâmetros C e D são opcionais.
Addition Adição
Mathematical Operation to return the sum of two or more summands Operação matemática para retornar a soma de dois ou mais somas
Mathematical Operation to return the difference of minuend and subtrahend Operação matemática para retornar a diferença de minuendo e subtraendo
Mathematical Operation to return the product of multiplier and multiplicant Operação matemática para retornar o produto do multiplicador e multiplicante
Division Divisão
Mathematical Operation to return the fraction of divident and divisor Operação matemática para retornar a fração de divisor e divisor
Modulus Módulo
Mathematical Operation to return the remainder of a division of two integers Operação matemática para retornar o resto de uma divisão de dois inteiros
Exponentiation - PHP5.6 or above required Exponenciação - PHP5.6 ou superior necessário
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent. Operação matemática para retornar a multiplicação (ou divisão) repetida de uma base por seu expoente.
Decimal Mark Separador decimal CSV
Decimal Mark used to separate the integer part from the fractional part O símbolo que indica o fim da parte inteira e o início da parte fracionada.