diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-03-25 12:34:27 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-03-25 12:34:27 +0000 |
commit | d9b87d6ab23197117e56d07a09b0f0d9cf7be572 (patch) | |
tree | 3c9a8caa7b3f5f2e072fdcbfba3596eda16a64ab /Build | |
parent | 325aa410e57c41c8a3a94c43bb0e32a0c5f349fb (diff) |
web2c/mplibdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@40134 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-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 4d7301579a1..a719d37129b 100644 --- a/Build/source/texk/web2c/mplibdir/mpmathbinary.w +++ b/Build/source/texk/web2c/mplibdir/mpmathbinary.w @@ -920,7 +920,7 @@ void mp_wrapup_numeric_token(MP mp, unsigned char *start, unsigned char *stop) { "with that value; but it might be dangerous.", "(Set warningcheck:=0 to suppress this message.)", NULL }; - mp_snprintf (msg, 256, "Number is too precise (%d vs. numberprecision = %f)", (unsigned int)lp,mpfr_get_d(internal_value (mp_number_precision).data.num, ROUNDING)); + mp_snprintf (msg, 256, "Number is too precise (%d vs. numberprecision = %f, required precision=%d bits vs internal precision=%f bits)", (unsigned int)lp,mpfr_get_d(internal_value (mp_number_precision).data.num, ROUNDING),lpbit,precision_bits); @.Number is too large@>; mp_error (mp, msg, hlp, true); } |