UNPKG

double-double

Version:

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

8 lines 449 B
// import { strToDd } from "./str-to-dd/str-to-dd.js"; const PIDd = [1.2246467991473535e-16, 3.141592653589793]; const eDd = [1.4456468917292502e-16, 2.718281828459045]; const ln2Dd = [2.3190468138463e-17, 0.6931471805599453]; const eulerDd = [-4.942915152430649e-18, 0.5772156649015329]; // strToDd('0.5772156649015328606065120900824024310421593359399235988057672348');//? export { PIDd, eDd, ln2Dd, eulerDd }; //# sourceMappingURL=constants.js.map