import math r,d=map(float,input().split()) tmp=math.sqrt(d**2-r**2) print(tmp)