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