a,b,c=map(int,input().split()) print(["No","Yes"][(abs(a)+b-1)//b<=c])