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