|
|
POV-Ray Version 3.5.Beta.12.icl.win32:
#declare Fn = function(A) { A^0 }
#debug str(Fn(0), 0, -1)
// Should return error message, but returns 0
#debug str(Fn(3), 0, -1)
// Should return 1, but returns 0
The pow() operator seems to behave correctly.
Tor Olav
Post a reply to this message
|
|