POV-Ray : Newsgroups : povray.text.tutorials : complex numbers in POV : Re: complex numbers in POV Server Time
5 May 2024 23:19:11 EDT (-0400)
  Re: complex numbers in POV  
From: david sharp
Date: 25 May 1999 18:34:32
Message: <374B0937.195E@interport.net>
david sharp wrote:

>  #macro cSqrt(w) // square root of w
>         #if(w.v=0)
>                 #if(w.u>0=0)

that last line is a typo and should say:
		  #if(w.u>=0)


Post a reply to this message

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