POV-Ray : Newsgroups : povray.off-topic : Some math problems : Re: Some math problems Server Time
5 Sep 2024 09:24:29 EDT (-0400)
  Re: Some math problems  
From: Neeum Zawan
Date: 23 Sep 2009 00:06:51
Message: <4ab99edb$1@news.povray.org>
On 09/22/09 15:44, clipka wrote:
> Thus, the number of trailing zeros can be expressed as:
>
> floor(n/5) + floor (n/(5^2)) + floor(n/(5^3)) + ...
>
> which is a perfectly valid, non-recursive (albeit infinite) mathematical
> formula for the desired thing. (Unfortunately the floor() function

	While he didn't state it in his original phrasing, he meant closed form.


-- 
I think animal testing is a terrible idea. They get all nervous and give 
the wrong answers.


Post a reply to this message

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