Functions with any number of arguments



On 1/15/2012 12:47 AM, Aleksas Domarkas wrote:
>  Functions with any number of arguments.
>
> How  in Maxima define functions with any number of arguments ?
>
> For example, i need function MIN(arg1,arg2, ...)
try  MIN([args]):=  args

to see how it works.
Then write the function for real..