In message <mailman.1368.1244607807.8015.python-l...@python.org>, Esmail wrote:

> Here is part of the specification of an algorithm I'm implementing that
> shows the reason for my original query:
> 
> vid = w * vid + c1 * rand( ) * ( pid – xid ) + c2 * Rand( ) * (pgd –xid ) (1a)
> 
> xid = xid + vid (1b)

Are the terms meant to be clamped to a particular range of values? Otherwise it 
probably doesn't matter.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to