The function appears to behave differently for positive and negative input values. For negative values, it seems to behave like a quadratic function with the equation f(x) = x * (x + 8). For positive values, it behaves like a linear function with the equation f(x) = x * 14.8.

