let () = Scanf.scanf "%d %d %d\n" @@ fun n k t -> Printf.printf "%s\n" (if abs (k*t) >= abs n then "Yes" else "No")