28 Feb 2010 at 19:53 #1 cheechm cheechm Associate Joined 16 Jan 2008 Posts 2,350 Hi, Just a quick one. For a recursive formula such as x(n-1)+1, how would I correctly write (using mathematical symbols): while x < 0 do x(n-1)+1, for all other values do x(n-1)-1 Thanks.
Hi, Just a quick one. For a recursive formula such as x(n-1)+1, how would I correctly write (using mathematical symbols): while x < 0 do x(n-1)+1, for all other values do x(n-1)-1 Thanks.