UNPKG

double-double

Version:

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

6 lines (5 loc) 100 B
declare function extractExp(s: string): { s: string; exp: number; }; export { extractExp };