|
 |
On 24/09/2025 18:08, Kenneth wrote:
> "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)));
>
>
Sorry for my late reply. I've had some family issues.
So, thank you for your ideas. Actually, I was thinking more of a special
option in the str(n,l,p) function.
--
kurtz le pirate
compagnie de la banquise
Post a reply to this message
|
 |