from math import gcd A,B=map(int,input().split()) G=gcd(A,B) print(0.3371877158)