Thread overview
FP math question
May 25, 2006
kris
May 25, 2006
Bob W
May 25, 2006
kris
May 25, 2006
Does anyone know an efficient and accurate method of extracting or deriving a base10 exponent from a FP number?

- Kris
May 25, 2006
ex=std.math.floor(log10(n));



"kris" <foo@bar.com> wrote in message news:e5591i$g60$1@digitaldaemon.com...
> Does anyone know an efficient and accurate method of extracting or deriving a base10 exponent from a FP number?
>
> - Kris


May 25, 2006
thank(you);

Bob W wrote:
> ex=std.math.floor(log10(n));