UNPKG

double-double

Version:

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

11 lines (10 loc) 169 B
/** * * @param str * @param from * @param to * * @internal */ declare function set0FromTo(str: string, from: number, to?: number): string; export { set0FromTo };