diff --git a/analysis/02-Floating_Point_Equality_Is_a_Lie/readme.md b/analysis/02-Floating_Point_Equality_Is_a_Lie/readme.md index e78105a..5eba3d4 100644 --- a/analysis/02-Floating_Point_Equality_Is_a_Lie/readme.md +++ b/analysis/02-Floating_Point_Equality_Is_a_Lie/readme.md @@ -161,19 +161,9 @@ It shows: --- -## Example Output (fill with your own results) +## Example Output -Below you can include actual output from your system. - -```text -[insert your real output here] -``` - -Use this section to demonstrate: -- how behavior changes with different eps values -- how noise affects stability -- differences between float and double -- how hysteresis stabilizes the system +see example/*.txt files. ---