r, d = map(float,input().split()) la = (d**2-r**2)**0.5 print(la)