1171: C语言6.21

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:4 Solved:3

Description

用牛顿迭代法求以下方程在1.5附近的根:

Input

Output

输出牛顿迭代法求出的根,保留4位小数。
请注意行尾输出换行。

Sample Input Copy

Sample Output Copy

2.0000

Source/Category