gcd
|
The gcd function returns the greatest common divisor of a pair of
integers. Usage The gcd function can be used to compute the greatest common divisor of a pair
of integers.
(gcd int1 int2) Computes the greatest common divisor of int1 and int2 and returns it.
Expression:
Arguments
Name
Type
Description Argument: int1 Integer
An Integer Argument: int2 Integer
An Integer
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|