Compute the combined value of two numbers.
Usage
compute( x, y, )
x: float
The first input value.
y: float
The second input value.
float
The computed result.
>>> compute(3.0, 4.0) 7.0