Eps

Top  Previous  Next

This value indicates a result is very close to zero, but is different from zero.  This may be used in an assignment as follows (specval.gms)

 

z$y=x/10000000000000;

if(y < 0.00001,z=EPS);