http://www.perlmonks.org?node_id=434161


in reply to Re^3: OT: Finding Factor Closest To Square Root
in thread OT: Finding Factor Closest To Square Root

I took a quick glance at your code, and found this snippet to be a little odd...
end_pos = p; for (p = 0; p <= end_pos; ++p) { }
...perhaps there was something between the brackes in an earlier version?


-- All code is 100% tested and functional unless otherwise noted.