4/17/2015

Gambit -- CONSTANTS, FUNCTIONS, AND EXPRESSIONS

http://www.cadfamily.com/a/CAE_FEA_CFD/Gambit/Gambit----CONSTANTS--FUNCTIONS--AND-EXPRESSIONS_7037.html

GAMBIT provides the following types of interpreter functions:
• Math
• String
• System
• Model
Math functions include trigonometric and general math functions that operate
only on a single numerical value. (NOTE: All math function evaluations return
a single value.) String functions manipulate alphanumeric strings. System
functions return information about the operating system. Model functions
provide information on the GAMBIT model and default settings. (NOTE: If a
function fails, GAMBIT returns an empty string (for string functions), a zero
value (for numeric functions), or a zero vector (for vector functions).) The
following sections describe the functions listed above.

No comments: