Divide
Divides a value by another value.
Inputs
- 
value 1
- The value to divide.
 
 - 
value 2
- The value to divide by.
 
 
Outputs
- 
result
- The result of division.
 
 - 
result list
- The list of results of division.
 
 
Note(s)
- 
This operation is represented as
/within the Expression node. - 
Other names for this node include: /.