Greatest Common Denominator
Returns a column with the name New Column by calculating the gcd of selected columns
Basic Usage
:: gcd(Column1
, Column2
)
Output
Returns a column with the name New Column
Function Parameters
- argument 1 : Name of column 1
- argument 2 : Name of column 2 or a constant value
- argument 3-100: Name of column(s) 3 through 100
info
- Minimum arguments needed are 2
- Maximum arguments 100
- First argument must be a column name