
4 Apr
2012
4 Apr
'12
5:12 p.m.
And let's not forget to mention in the documentation that the cpp_dec_float back-end (in the present implementation) is limited to < 500 (need to check) decimal digits of precision.
Nope, I didn't set an upper limit on the number of digits - except of course that the type will grow too large to instantiate / allocate on the stack if too many are used. I should note that though. Thanks, John.