====== Description ====== The log node returns the base 10 logarithm 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 = log(value1)