Exp

Top  Previous  Next

Expressions can contain a function that calculates the exponentiation eq  of an expression or term (function.gms).

 

X=exp(t);

X=exp(y+2);

Eq2..   z=e=exp(yy);

 

This function is continuous and smooth.  It can be used on data during GAMS calculation or in models on variables or parameters.  It's use in .. equations in terms that involve variables requires the model type be NLP or one of the other types that handles nonlinear functions.