| Rev | Time | Changes | Operations |
|---|
| Log |
|---|
| 14 | 2013-05-04 13:52:43 | +3 -0 line(s) | [View this version, source] [Diff to previous] |
| Asking question on why (* guess 0.001) instead of just 0.001 |
| 13 | 2013-05-04 13:38:54 | +3 -1 line(s) | [View this version, source] [Diff to current|previous] |
| Gave an example on the large numbers and the problems I encountered with the old algorithm. |
| 12 | 2013-05-04 00:53:12 | +2 -3 line(s) | [View this version, source] [Diff to current|previous] |
| Removed superfluous arg 'x' for radicand (new strategy doesn't need it) |
| 11 | 2013-05-03 23:43:17 | +1 -0 line(s) | [View this version, source] [Diff to current|previous] |
| Added question comment about why x was an arg in good-enough? when it's not even used. |
| 10 | 2013-02-21 21:31:16 | +1 -1 line(s) | [View this version, source] [Diff to current|previous] |
| The explanation for why the good-enough? test is not very good for large numbers was not quite right in stating that the algorithm did not terminate in this case. |
| 9 | 2012-04-25 03:04:38 | +18 -0 line(s) | [View this version, source] [Diff to current|previous] |
| Added an alternate version I used for the solution. This is also found in other places such as: http://http://wiki.drewhess.com/wiki/SICP_exercise_1.07
--Coldsalmon |
| 8 | 2012-02-10 18:07:51 | +1 -1 line(s) | [View this version, source] [Diff to current|previous] |
| Removed extra abs, not needed. This algorithm can't handle negatives regardless. |
| 7 | 2010-10-28 23:36:21 | +3 -70 line(s) | [View this version, source] [Diff to current|previous] |
| trim to display only the best solution |
| 6 | 2010-03-25 22:35:22 | +12 -26 line(s) | [View this version, source] [Diff to current|previous] |
| Corrected the first solution. |
| 5 | 2010-03-08 22:25:38 | +1 -3 line(s) | [View this version, source] [Diff to current|previous] |
| Removed category; added link to solutions page |
| 4 | 2010-03-08 22:12:23 | +5 -0 line(s) | [View this version, source] [Diff to current|previous] |
| Added category and navigation |
| 3 | 2010-01-16 21:35:54 | +29 -0 line(s) | [View this version, source] [Diff to current|previous] |
| Added code that uses a relative error procedure and without magic numbers. |
| 2 | 2008-08-12 22:03:12 | +15 -0 line(s) | [View this version, source] [Diff to current|previous] |
| 2008-08-12 Added implementation of good-enough that conforms with the type of solution that was asked for. The previous solution did not properly check the difference between iterations of the square root function. |
| 1 | 2008-06-21 14:45:33 | +51 -0 line(s) | [View this version, source] [Diff to current|previous] |
| create solution page for SICP ex. 1.7 |
| [Diff from epoch] |