How to write a very small number, which is approaching the limit 0? Like this:
double eps = 0.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001;
This is a constant, but in the code it looks terrible. Is there a shorter form?