diff options
Diffstat (limited to 'test/c/real_prop.expect')
| -rw-r--r-- | test/c/real_prop.expect | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/c/real_prop.expect b/test/c/real_prop.expect new file mode 100644 index 00000000..980e1fbc --- /dev/null +++ b/test/c/real_prop.expect @@ -0,0 +1,13 @@ +0.5 1/2 +1.0 1 +2.0 2 +2.5 5/2 +0.25 1/4 +0.1 1/10 +0.01 1/100 +0.001 1/1000 +0.0001 1/10000 +0.00001 1/100000 +0.000001 1/1000000 +0.0000001 1/10000000 +ok |
