Evaluates a Maxima function
y=maxevalf(maxnam,[x_1,[x_2,...]])
is the name of the Maxima function
parameters to pass to the function, their types can be int, double, complex, string, sym or polynomial
is of type sym
This function is useful to define Scilab functions interfacing Maxima functions.