|
Sqrt |
Top Previous Next |
|
Expressions can contain a function that calculates the square root of an expression or term. (function.gms)
X=sqrt(a('i1')); X=sqrt(y+2); Eq11.. z=e= sqrt(yy);
This function is continuous and smooth. It can be used on data during GAMS calculation or in models. 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. |