The tested domain of the function is [-128, 128]. There are two intervals with distinct behavior:
- Negative interval: [-128, -1), where the function reaches a maximum of 8.0 at -15
- Positive interval: (0, 128], where the function varies non-linearly

