Search results for: Tech Notes Amyuni%20PDF%20Converter%20Installation%20Problems


Round Down [ROUNDDOWN]

Rounds a number down to a specified number of digits. If the Number of Digits argument is positive, rounding takes place downward to the ...

Round [ROUND]

Rounds a number to a specified number of digits. Syntax ROUND (Number, NumberOfDigits) Note: The required separator (comma or ...

Round Up to Multiple [MROUNDUP]

Rounds the given number up to the desired multiple. Syntax MROUNDUP (Number, Multiple) Note: The required separator (comma or ...

Round to Multiple [MROUND]

Rounds the given number to the desired multiple. Syntax MROUND (Number, Multiple) Note: The required separator (comma or semi-colon) ...

Sum [SUM]

Calculates the sum of the given arguments. Syntax SUM (Number1, [Number2],...) Note: The required separator (comma or semi-colon) ...

Square Root [SQRT]

Square root. Calculates the square root of the given argument. Syntax SQRT (Number) Data Types of the Argument Integer, Number, Area ...

Quotient [QUOTIENT]

Returns integer portion of a division. Syntax QUOTIENT (numerator, denominator) Note: The required separator (comma or semi-colon) ...

Power [POWER]

Returns the given number raised to the given power. Syntax POWER (Base, Exponent) Note: The required separator (comma or semi-colon) ...

Nth Root [NTHROOT]

Calculates the degree-th root of the given argument. Syntax NTHROOT (Number, Degree) Note: The required separator (comma or semi-colon) ...

Remainder [MOD]

Modulo operation. Finds the remainder after dividing the Number by the Divisor. Syntax MOD (Number, Divisor) Note: The required ...