I am somehow confused. What Mathematica means by hashtag within the result for my differential equation?
DSolve[y'[x] + R*y[x] == T* (y[x])^(-1) + R, y[x], x]
{{y[x] ->
InverseFunction[
ArcTan[(Sqrt[R] (-1 + 2 #1))/Sqrt[-R - 4 T]]/(
Sqrt[R] Sqrt[-R - 4 T]) + Log[T + R #1 - R #1^2]/(2 R) &][-x +
C[1]]}}