area = ((length ** 2) * numSides) / (4 * (math.tan(FULL_ROTATION / (2 * numSides)\
)))
this is my thought but I can't figure it out, I always get the wrong value.
I need to get my answer in degrees. but even when i use
return math.degrees(area)
at the end of my function the answer is way off.