POV-Ray : Newsgroups : povray.unofficial.patches : complicated functions : Re: complicated functions Server Time
1 Sep 2024 20:20:02 EDT (-0400)
  Re: complicated functions  
From: Mark Wagner
Date: 9 Nov 2000 01:40:35
Message: <3a0a46e3@news.povray.org>
Guess what?  This works just fine in MegaPOV 0.5a!

#declare Fact = function{ 1 }
#declare Fact = function { x<1 ? 1 : x*Fact(x-1) }

--
Mark


Post a reply to this message

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