UNPKG

double-double

Version:

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

7 lines (6 loc) 152 B
/** * Returns the normalized exponent of the given number. * @param a A double */ declare function exponent(a: number): number; export { exponent };