let n = readLine()!.split(separator: " ").map{Int($0)!} print(abs(n[0]) > abs(n[1] * n[2]) ? "No" : "Yes")