POV-Ray : Newsgroups : povray.general : prod function : Re: prod function Server Time
1 Aug 2024 12:25:18 EDT (-0400)
  Re: prod function  
From: Slime
Date: 29 Sep 2005 20:22:39
Message: <433c854f$1@news.povray.org>
> I'm hoping someone would show me an example using this function.


prod(i, 1, 3, otherfunction(i))

is equivalent to

otherfunction(1) * otherfunction(2) * otherfunction(3)

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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