"Simpler" bigfloat and complex bigfloat arithmetic



Robert Dodier wrote:
> On 1/2/09, Raymond Toy <toy.raymond at gmail.com> wrote:
>
>   
>> Actually, I was hoping it might be suitable for putting in src.
>>     
>
> I'd rather put it in src also. I think it should be available to core functions.
>   
I'll do that soon.
>   
>>  With NUMERIC (I open for a different package name),
>>     
>
> NUMERIC suggests stuff like Newton's method, quadrature, etc....
> Maybe ARITHMETIC instead? I guess it's not much of an improvement.
>
>   
ARITHMETIC is ok, but we do more than just arithmetic.  I could just
call it the BIGFLOAT package, which is kind of what it is, except that
float.lisp is the core implementation.

I think I'll just checkin what I have and we can change the package name
later.

Ray