proposed release schedule for maxima 5.9.3



> Seems to be very short notice.  But this is ok with me.  I would like
> to see Barton's bigfloat work get in, though, if he thinks he can.

I think I can get this done in the next week. I think users will like
not having to use rectform for numerical evaluation of trig functions:

(%i13) sin(1.23 + %i*4.5);
(%o13) 15.041704161200379*%i+42.425304168797553
(%i14) asin(%);
(%o14) 4.4999999999997558*%i+1.2299999999995528
 
Barton