====== Description ====== The abs node calculates the absolute value of any node attached to it. ====== Constraints ====== * minimum number of child-nodes: 1 * maximum number of child-nodes: 1 ====== Calculus ====== The abs node returns the absolute value of its child-node. value = |value1|