#P1896. 再求f(x,n)

再求f(x,n)

Description

已知


用递归函数求解。

Input Format

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

Output Format

函数值。
1 2
0.40

Source

信息学奥赛一本通 递归算法