N,K,T = map(int,input().split()) print(['Yes','No'][0 if abs(N)/K <= T else 1])