POV-Ray : Newsgroups : povray.unofficial.patches : Float factor expected but log found instead : Re: Float factor expected but log found instead Server Time
2 Sep 2024 04:12:56 EDT (-0400)
  Re: Float factor expected but log found instead  
From: Matthew Bennett
Date: 23 May 2000 08:07:39
Message: <392a748b@news.povray.org>
"david sharp" <dsh### [at] interportnet> wrote in message
news:3928afce@news.povray.org...
>
> David Fontaine <dav### [at] faricynet> wrote in message
> news:3928ADAE.15F2E71E@faricy.net...
> > #declare KuenSurface = parametric {
> >    function (2*sqrt(1+u^2)*cos(u-atan2(u,1))*sin(v))/(1+u^2*sin(v)^2),
> >             (2*sqrt(1+u^2)*sin(u-atan2(u,1))*sin(v))/(1+u^2*sin(v)^2),
> >             log(tan(.5*v))+(2*cos(v))/(1+u^2+sin(v)^2)
> >    <0,0>,<2*pi,pi>
> >    <-5,-5,-5>,<5,5,5>
> > }
> >
>
> In function{}'s it is  'ln' instead of 'log'

Isn't that to base e rather than base 10 though?


Post a reply to this message

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