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