n, k, t = io.read("*n", "*n", "*n") n = math.abs(n) a = math.ceil(n / k) print(a <= t and "Yes" or "No")