> > How would you test whether a number > > was even or odd in POV 3.1? > > (N/2=int(N/2)) That looks slow... What about (mod(N, 2) = 0)? Anders
Post a reply to this message