#cf16exhibitionfinalb. [cf16_exhibition_final_b]Inscribed Bicycle
[cf16_exhibition_final_b]Inscribed Bicycle
Problem Statement
#nck { width: 30px; height: auto; }
Snuke received a triangle as a birthday present. The coordinates of the three vertices were , , and .
He wants to draw two circles with the same radius inside the triangle such that the two circles do not overlap (but they may touch). Compute the maximum possible radius of the circles.
Constraints
- The coordinates are integers.
- The three points are not on the same line.
Input
The input is given from Standard Input in the following format:
Output
Print the maximum possible radius of the circles. The absolute error or the relative error must be at most .
Sample Input 1
0 0
1 1
2 0
Sample Output 1
0.292893218813
Sample Input 2
3 1
1 5
4 9
Sample Output 2
0.889055514217