float erf (%i) ??



On Feb. 14, 2012, I wrote
-------------------
> I am not getting erf(%i) to produce a float
> value. So this is a "feature request".
------------------------------------
Two possible routes to the correct answer in terms
of existing Maxima functions are:
-------------------------------------------
(%i1) %i*float(erfi(1));

(%o1) 1.650425758797543*%i

(%i2) %i*imagpart(expand(float(1-gamma_incomplete(1/2,-1)/sqrt(%pi))));

(%o2) 1.650425758797543*%i
-------------------------------------------------
Ted Woollett