doublePrecision top-level property

double doublePrecision
final

Standard epsilon, the maximum relative precision of IEEE 754 double-precision floating numbers (64 bit).

According to the definition of Prof. Demmel and used in LAPACK and Scilab.

Implementation

final double doublePrecision = pow(2, -doubleWidth) as double;