Log
Stores the log of src in answer.
Inputs
- src
 - A value table.
 
- base
 - e or 10 (default is 10).
 
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
log(src,base)XML Example
<call name="Log" src="src_tab" base="e" answer="ans_tab" />