diff --git a/docs/Example.txt b/docs/Example.txt index 86c0cf7..9fb866d 100644 --- a/docs/Example.txt +++ b/docs/Example.txt @@ -30,4 +30,6 @@ Just in case you wonder: Please *don't* look at it. :) "trigono.o" is a simple example written to test the floating-point - capabilities. + capabilities. Because floats are prone to rounding errors, there + are two different "expected" outputs: these were generated on + different architectures, they only differ in one byte ($7f/$80). diff --git a/examples/trigono.exp2 b/examples/trigono.exp2 new file mode 100644 index 0000000..adbfd7f Binary files /dev/null and b/examples/trigono.exp2 differ