Na

Top  Previous  Next

This value indicates a result is not available.  Note any operation that uses the value NA will produce the result NA.  This may be used in an assignment as follows (specval.gms)

 

z$y=x/y;

if(y =0,z=na);