A Math Contest P4 - Circle Cutting
View as PDFConsider the unit circle, the circle with radius  centred at 
. You will place 
 horizontal lines such that the circle is cut into 
 regions with equal areas.
Find the equations of all of the lines.
Constraints
Input Specification
The only line contains an integer, .
Output Specification
Output  lines. The 
th line should contain a floating-point number 
 such that the 
th horizontal line has the equation 
. These numbers should be output in increasing order.
Your answer will be accepted if each value is within an absolute error of .
Sample Input
3
Sample Output
-0.264932084
0.264932084
Comments