UNPKG

double-double

Version:

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

8 lines (7 loc) 117 B
/** * @param exp * * @internal */ declare function getPowerOf10(exp: number): number[]; export { getPowerOf10 };