Maksim Samoilov
Results
21
comments of
Maksim Samoilov
``` double x = Matrices.EPS / 20; System.out.println(x == 0.0); System.out.println(Math.abs(x) < Matrices.EPS); ``` gives ``` false true ```