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