UNPKG

const-sqrt-eps-float64

Version:

Square root of double-precision floating-point epsilon.

10 lines (5 loc) 124 B
'use strict'; // sqrt(2**-52) var SQRT_EPSILON = 0.1490116119384765625e-7; // EXPORTS // module.exports = SQRT_EPSILON;