The function takes a single numerical input `x` and returns a value that is the sum of `x**2`, `2*x`, and `-3`. The function exhibits different behavior when the input is negative, as it returns a different value than when the input is positive.

