Combine two values using the gamma operation.
Usage
gamma( x, y, )
x: int
The first input value.
y: int
The second input value.
int
The combined result.
>>> gamma(3, 4) 7