The domain of the function is all numerical values. The function displays different behavior depending on whether x is a multiple of either 5 or 4. For multiples of 5, f(x) = -1, while for multiples of 4, f(x) = 1. For the remaining values within each group, the function alternates between -1 and 1.

