n,k,t = map(int,input().split()) print('Yes') if abs(n) - k * t <= 0 else print('No')