Difference between revisions of "EXDEF"

From iMath
Jump to: navigation, search
Line 8: Line 8:
 
|
 
|
 
<code>EXDEF VAL(y)</code> finds the value of y.
 
<code>EXDEF VAL(y)</code> finds the value of y.
 +
|
 +
[[EQDEF]] [[CONSTDEF]]
 
}}
 
}}
  
 
[[Category:Definition]]
 
[[Category:Definition]]

Revision as of 19:03, 27 June 2017

Syntax

{ options } EXDEF [*] expression


Implemented in iMath since version 2.2.0 or earlier.

Explanation

Create an expression. The most frequent use is with VAL to find the value of a symbol or an expression.

The starred form will suppress printing of the result.


Example

EXDEF VAL(y) finds the value of y.


See also

EQDEF CONSTDEF