N, K, T = map(int, input().split()) print(['No', 'Yes'][T*K >= abs(N)])