diff options
author | john haque <j.eh@mchsi.com> | 2012-03-07 07:35:18 -0600 |
---|---|---|
committer | john haque <j.eh@mchsi.com> | 2012-03-07 07:35:18 -0600 |
commit | b5431a4825e325c61f4043e4d25e47d7891c228c (patch) | |
tree | 506dd7e7636f292b24e6bc81a81678762b9bf3e6 /test/mpfrrnd.ok | |
parent | 473623f186c3699c8886ccdd8a2afb7f4fe7a07e (diff) | |
download | egawk-b5431a4825e325c61f4043e4d25e47d7891c228c.tar.gz egawk-b5431a4825e325c61f4043e4d25e47d7891c228c.tar.bz2 egawk-b5431a4825e325c61f4043e4d25e47d7891c228c.zip |
Bug fixes and tests for MPFR.
Diffstat (limited to 'test/mpfrrnd.ok')
-rw-r--r-- | test/mpfrrnd.ok | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/mpfrrnd.ok b/test/mpfrrnd.ok new file mode 100644 index 00000000..fceb937b --- /dev/null +++ b/test/mpfrrnd.ok @@ -0,0 +1,10 @@ + 3.142857142857143 +* 3.1428571429 +N 3.1428571429 +U 3.1428571429 +D 3.1428571428 +Z 3.1428571428 +N -3.1428571429 +U -3.1428571428 +D -3.1428571429 +Z -3.1428571428 |