bfloat



Isn't it about time to separate Maxima's "bfloat" package & make it
a 'standard' Common Lisp extension.  This would eliminate the need
for a whole new set of functions and names which already exist in
Common Lisp for hacking floating point representations.

I, for one, would love the convenience of having bfloats in a
non-Maxima Common Lisp.

At 01:43 AM 10/20/2013, Adam Majewski wrote:
>Hi,
>
>Is it possible to get exponent of bigflot number ?
>
>For example :
>a:5.88235294117647b-2;
>
>I want to find its exponent ( here -2 ).
>
>TIA
>
>Adam