Exponent
Stores the number e raised to the power src in answer.
Inputs
- src
 - A value table.
 
Outputs
- answer
 - A value table.
 
Comments
- src and answer must be of the same binding and format.
 - If a value in src is large enough to cause a floating-point overflow, no record will be added to answer.
 - If src is a constant value table (created by the Constant operator), no records will be added to the answer table.
 
Syntax
exp(src)XML Example
<call name="Exponent" src="src_tab" answer="ans_tab" />