#325. 求 π 的值
求 π 的值
Background
Special for beginners, ^_^
Description
根据公式:
$$arctanx(x) = x-{x^3\over 3}+{x^5\over 5}-{x^7\over 7}+\cdots$$以及
定义函数 ,求当最后一项小于 时 的值。
Format
Input
(无)
Output
的值。保留到小数点后 位。
Samples
(无)
(无)
Limitation
1s, 1024KiB for each test case.