a,b,c,d=map(int,input().split()) D,P=(a-c)**2-8*(b-d),print if d<0:P("No") elif d==0:P("Yes") else:P((a+c)/2,(b+d)/2)