Numerical function evaluation with complex numbers



Try this:

(C3) sin(1+%i);

(D3) 				  SIN(%I + 1)
(C4) ev(%,numer);

(D4) 				  SIN(%I + 1)

Should maxima return something more like

  1.2984575814159773 + 0.6349639147847361d0 %I

instead?

I rather miss this, especially since Lisp handles complex numbers.

Ray