I have been trying to model a specific type of situation using the following formula, which I have come to learn is a "Delay Differential Equation" (DDE)
$$f'(t) = cf(t-\tau)$$
I understand that it is quite trivial to "simulate" this DDE to get an accurate approximation, but is it possible to find an exact solution for a differential equation in terms of $c$ and $\tau$ this form given an initial condition? In particular, the initial condition that I am interested in is $f(0) =1$. If this is possible, what steps would I take to solve it? Otherwise, is it impossible to obtain an equation, or simply intractable.
Thank you