n, k, t = [int(i) for i in input().split()] print("Yes" if k * t >= abs(n) else "No")