Element - ġ - Gcd / Group by Function
Characters:
ġ
Description
Greatest Common Denominator of a list or some numbers
Overloads
lst-GCD(a) (gcd of whole list)num-num-gcd(a,b) (dyadic gcd)str-str-longest common suffix of a and bfun-any-group b by the results of function aany-fun-group a by the results of function b
Examples
⟨1|3|2⟩ ġ=1⟨60|42|108⟩ ġ=650 35 ġ=5-12 -20 ġ=4`laugh` `cough` ġ=`ugh`