half_of
Divides a value by two and returns the half_value.
value
half_value
This can halve all integer types, floating point types, and less commonly, vectors.
Integer types are subject to integer division.
7 / 2 = 3 -7 / 2 = -3