Hey Asimes, yes sure, i can try to explain.
Every regular n-sided polygon can be divided into n equal triangles, which can be divded into two smaller right triangles.
i found this picture illustrating it:

So we have a right triangle where we know the Side ('unit=50') and the angle between hypothenuse and adjacent (2 *PI / n). We are searching for the radius, the formula for that would then be:
Radius = ( Side / 2 ) / sin(
π / n )
If it's not clear just google for 'Trigonometry' or '
Circumcircle of a Polygon'
Benjamin