Skip to content
Snippets Groups Projects
Commit 4d4b2cda authored by Luigi Scarso's avatar Luigi Scarso
Browse files

sync with experimental

parent 3300e6c2
Branches
Tags
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment