Talk:Horner's rule for polynomial evaluation

From Rosetta Code
Revision as of 09:13, 31 March 2010 by rosettacode>Dkf (→‎Task format?: had a go at improving...)

Task format?

I don't particularly like the layout of the equations in the task description just yet. Although i have tried to cut down on the amount of equations, I needed some, but they don't seem to flow with the text around them very well. --Paddy3118 06:28, 31 March 2010 (UTC)

I had a go at tidying things up. The trick is to use indentation and avoid <br>. I also made the pseudocode look more pseudocode-y; it might be better to rewrite it to use a for…downto loop though. –Donal Fellows 09:13, 31 March 2010 (UTC)