The function f(x) appears to have two different behaviors based on the input value x. For negative input values (x < 0), the function returns -10.0. For non-negative input values (x >= 0), the function returns -21.8, except for x = 0 where the function returns 1070.88.

