#647. 再求f(x,n)
再求f(x,n)
Description
已知

用递归函数求解。
## Input Format
第一数是x的值,第二个数是n的值。
## Output Format
函数值。
```input1 1 2
```output1
0.40
已知

用递归函数求解。
## Input Format
第一数是x的值,第二个数是n的值。
## Output Format
函数值。
```input1 1 2
```output1
0.40