N,K,T = map(int,input().split()) print(["No","Yes"][ (abs(N)+K-1)//K <= T])