UNPKG

quaeratin

Version:

An extended precision floating point library (as per Shewchuk) - precision only limited by overflow / underflow

7 lines (6 loc) 191 B
/** * Returns the result of converting a floating point expansion to a * double-double precision floating point number. */ declare function eToDd(e: number[]): number[]; export { eToDd };