Member of the constants class.
c = eps
Specifies the precision of the machine. eps is the smallest possible positive number such that 1+eps>1. You can use eps as a tolerance for linear algebra algorithms.
| Name | Description |
| c | Returns the precision of the machine. c is a positive floating-point number. |
D = eps