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