Page 1 sur 1

Help text in set cmd

Publié : lun. déc. 02, 2024 8:21 pm
par compsystems
Hello, ox xCas PC
The help field of the UNION command says that it is an infix command, but the example is shown as a prefix. likewise for minus and intersect
union is an infixed operator to get the union of 2 sets.
union((Vect or Set),(Vect or Set))
=>
union is an infixed operator to get the union of 2 sets.
(Vect or Set) union (Vect or Set)