#include #include #include #include "nr.h" using namespace std; // Driver for mp routines void mpsqr2(const int np) { const unsigned int IAOFF=48,MACC=2; int j,n; string s; n=np+MACC; Vec_UCHR x(n),y(n),t(n); Vec_UCHR q(n),r(n); t[0]=2; for (j=1;j> n; if (n <= 0) break; mpsqr2(n); NR::mppi(n); } cout << "Normal completion" << endl; return 0; }