On Sat, Dec 12, 2015 at 08:14:39PM -0800, Jerry DeLisle wrote: > case 16: > + /* Adjust decimal precision depending on binary precision, 103 or 113. > */
s/103/106 I suspect that this is simply a bandaid on a much bigger problem. Namely, few of the intrinsic functions for REAL(16) expect 106 bits instead of 113 bits. -- Steve