#P1166. 再求f(x,n)

再求f(x,n)

Description

已知

用递归函数求解。

Input Format

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

Output Format

函数值,保留两位小数。
1 2
0.40

Source

第六章_函数_第二节_递归算法