UNPKG

double-double

Version:

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

8 lines (7 loc) 151 B
/** * Returns a string having the given number of zeros. * * @internal */ declare function getZerosStr(n: number): string; export { getZerosStr };