POV-Ray : Newsgroups : povray.newusers : scientific notation : Re: scientific notation Server Time
3 Oct 2025 04:20:08 EDT (-0400)
  Re: scientific notation  
From: Kenneth
Date: 24 Sep 2025 12:10:00
Message: <web.68d41766f4db7ec9e83955656e066e29@news.povray.org>
"Bald Eagle" <cre### [at] netscapenet> wrote:
> "Kenneth" <kdw### [at] gmailcom> 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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.