n, k, t = map(lambda x: abs(int(x)), input().split()) print('Yes' if k * t >= n else 'No')