Help text in set cmd
Publié : lun. déc. 02, 2024 8:21 pm
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
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)