On 13 February 2012 03:31, Jeff Epler <[email protected]> wrote: > int main() { > int i; > for(i=1; i<32; i++) { > assert(f1(i) == f2(i)); > } > return 0; > }
Unless I am even more confused that I think I am, that doesn't test the i = 32 case? (Though fiddling on Codepad seems to indicate that it works for 32 too) -- atp The idea that there is no such thing as objective truth is, quite simply, wrong. ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
