1 Oct
2014
1 Oct
'14
7:53 p.m.
Hi, I have come across a (very rare) error when calling the cl_N(const char *) constructor: For a particular argument with ~10000 digits (see attached file) the constructor seems to insert an extra 0 after the first digit. The input is 3.40805... while the finished cl_N reads 30.40805... The problem seems to be related to the input length, as adding or removing a digit at the end leads to the correct result. Best regards, Thomas