The sin node returns the sine of the value of its child-node.
Minimum number of child-nodes: 1
Maximum number of child-nodes: 1
Valid input range: no constraints, but must be in radians
The sin node returns the sine of the angle (in radians) represented by its child-node's value.
value = sin(value1)