====== Description ====== The sqrt node returns the square root of the value of its child-node. ====== Constraints ====== * Minimum number of child-nodes: 1 * Maximum number of child-nodes: 1 * Valid input range: must be a positive number ====== Calculus ====== value=sqrt{value_1}