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