N,K,T=map(int,input().split()) print("No" if abs(N)/K>T else "Yes")