UNPKG

double-double

Version:

Pure double-double precision functions *with strict error bounds*.

9 lines 259 B
/** * The number of significant digits per nibble. * * Since we use 3 nibbles there are 3*15 significant decimal figures looked at * to convert a string to a double-double. */ const d = 15; export { d }; //# sourceMappingURL=num-significant-digits.js.map