UNPKG

double-double

Version:

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

13 lines (12 loc) 168 B
/** * * @param s * * @internal */ declare function normalizeStr(s: string): { str: string; exp: number; negative: boolean; }; export { normalizeStr };