|
 |
"Bald Eagle" <cre### [at] netscape net> wrote:
> "Given the code base at https://github.com/POV-Ray/povray, what would be
> required to fully implement robust code to handle complex numbers - complete
> with addition, subtraction, division, multiplication, and exponentiation - using
> both complex and real numbers in any combination?"
#declare complexnumber = cmp<re, im>;
it's kind of vector hence the vector notation and fits with the colour vectors
rgb<1,1,1>. All the re and im <x, y> extraction code should be available in
POV-Ray, it c++ after al ...(can't read it, always get lost)
ingo
Post a reply to this message
|
 |