The function seems to have two distinct behaviors: 
1. For x < 4, the function outputs a constant value of 8.8 for negative x values and 16.0 for positive x values up to x = 3.95.
2. For x >= 4, the function outputs a constant value of 15.0, regardless of x.

