N,K,T=map(int,input().split()) import math n=int(math.fabs(N)) if n>K*T: print("No") else: print("Yes")