OJ算法實驗題 內部收益率

思路:使用二分法求方程的近似解。 #include<iostream> #include<cmath> #include<iomanip> using namespace std; int main(){ double IRR,NPV,l,r; int T; while(cin>>T&&T!=0){ double *p=new double[T+1]; for(int i=0;i<T+
相關文章
相關標籤/搜索