N,K,T = map(int,input().split()) print('Yes' if abs(N) <= K*T else 'No')