Problem1610--再求f(x,n)

1610: 再求f(x,n)

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 19  Solved: 12
[Status] [Submit] [Creator:]

Description

已知


用递归函数求解。

Input

第一数是x的值,第二个数是n的值。

Output

函数值。

Sample Input Copy

1 2

Sample Output Copy

0.40