:求出菲波那契数列的前一项与后一项之比的极限的近似值.例如:当误差为0.0001时,函数值为0.618056
#include
#include"math.h"
voidVV();
floatfun()
{
//
}
main()
printf("y=%fn",fun());
看下函数有错吗,