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