"Bald Eagle" <cre### [at] netscape net> wrote:
> "Kenneth" <kdw### [at] gmail com> wrote:
>
> > #local Exponent = int(floor(log(abs(Num))));
>
> int(floor()) is redundant.
> just use floor ()
>
Yes indeedee it does work. I should have seen that :-|
#local Exponent = floor(log(abs(Num)));
Post a reply to this message
|