Function: setdelta
Section: linear_algebra
C-Name: setdelta
Prototype: GG
Help: setdelta(x,y): symmetric difference of the sets x and y.
Description:
 (vec, vec):vec        setdelta($1, $2)
Doc: symmetric difference of the two sets $x$ and $y$ (see \kbd{setisset}).
 If $x$ or $y$ is not a set, the result is undefined.
