Max Alekseyev on Wed, 04 Dec 2024 15:51:18 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

setunion() on a vector of sets


Can setunion() be extended to support a vector of arguments, like gcd() and other functions?

? ?gcd
gcd(x,{y}): greatest common divisor of x and y.

? ?setunion
setunion(x,y): union of the sets x and y.

Regards,
Max