elliptic_f(2,1)?



What should maxima return for elliptic_f(2,1)?  I can imagine two
possible answers:  infinity or an error since elliptic_f(%pi/2,1) =
elliptic_kc(1) which is infinity.

Also, what about elliptic_f(x,1)?  The answer returned is really only
valid for abs(x) <= %pi/2.

Ray