import math map(int, input().split()) P = (A + B + C) / 2 S = math.sqrt(P * (P - A) * (P - B) * (P - C)) R = S / P print(R)