#yuki735 import math r,d=map(float,raw_input().split()) y=math.sqrt(d**2-r**2) print y