SquareRoot

Stores the square root of 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 src is a constant value table (created by the Constant operator), no records will be added to the answer table.
  • src must be a real value table and contains any negative values, no value will be placed in the answer table.

Syntax

sqrt(src)

XML Example

<call name="SquareRoot" src="src_tab" answer="ans_tab" />