UNPKG

quaeratin

Version:

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

3 lines (2 loc) 96 B
declare function doubleToBinaryString(number: number): string; export { doubleToBinaryString };