From d9b87d6ab23197117e56d07a09b0f0d9cf7be572 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Fri, 25 Mar 2016 12:34:27 +0000 Subject: web2c/mplibdir: sync with the upstream git-svn-id: svn://tug.org/texlive/trunk@40134 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/mplibdir/mpmathbinary.w | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk') 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); } -- cgit v1.2.3