It would be nice if functions that accept multiple
parameters could take an appropriately sized list as a
single parameter. For example, one might like to
determine the magnitude of the sum of two vectors:
hypot([x1:y1]+[x2:y2]). This currently results in a
syntax error, even if variables are used for the two
vectors.
Logged In: NO
Another example:
I run across the following all the time.
I want to add two polar vectors and see the result in polar:
rtop(ptor(4:45)+ptor(2:60))