a,b,c = map(int,input().split()) a = abs(a) if a<=b*c: print("Yes") else: print("No")