diff options
author | Luigi Scarso <luigi.scarso@gmail.com> | 2019-01-06 18:57:01 +0000 |
---|---|---|
committer | Luigi Scarso <luigi.scarso@gmail.com> | 2019-01-06 18:57:01 +0000 |
commit | 0c14fd18747b9f6fbbecb75ba8beef6d449c460a (patch) | |
tree | 6c60915cf22ba35f9f4fff0048ebe3a6c073662d /Build/source/texk/web2c/mplibdir/mpmathbinary.w | |
parent | 2a4260012f7ef1890dd351aabe4befd60922d5a6 (diff) |
luatex 1.09.2; r-mpost alias of mpost -restricted
git-svn-id: svn://tug.org/texlive/trunk@49614 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/mpmathbinary.w')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/mpmathbinary.w | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mplibdir/mpmathbinary.w b/Build/source/texk/web2c/mplibdir/mpmathbinary.w index c2f8535a05b..a4312c52cb2 100644 --- a/Build/source/texk/web2c/mplibdir/mpmathbinary.w +++ b/Build/source/texk/web2c/mplibdir/mpmathbinary.w @@ -289,7 +289,7 @@ void * mp_initialize_binary_math (MP mp) { mpfr_set_d(math->precision_max.data.num, MAX_PRECISION, ROUNDING); mp_new_number (mp, &math->precision_min, mp_scaled_type); /* really should be |precision_bits_to_digits(MPFR_PREC_MIN)| but that produces a horrible number */ - mpfr_set_d(math->precision_min.data.num, 1.0 , ROUNDING); + mpfr_set_d(math->precision_min.data.num, 2.0 , ROUNDING); /* here are the constants for |scaled| objects */ mp_new_number (mp, &math->epsilon_t, mp_scaled_type); mpfr_set (math->epsilon_t.data.num, epsilon_mpfr_t, ROUNDING); |