Are there any documents (public reports, publications, etc.) available, describing how exactly these numbers are implemented? Leslaw
This document might be helpful.
Arbitrary precision numbers are represented in mantissa-exponent form. The exponent is stored in a fixed-length machine number (integer or double, I'm not sure) and is apparently limited to 52 bits.