PROGRAMMING/SOFTWARE > University of Michigan ENGR 151 radionuc.hpp


University of Michigan ENGR 151  radionuc.hpp #include <iostream> #include <fstream> #include <cmath> #include <cstdlib> #include <iomanip> using namespace std; class radioNuclide{ public: double m_lambda; int numParticles; void operator +=(const int &x); friend ostream &operator <<(ostream &fout, const radioNuclide nuclide); radioNuclide(){ m_lambda = 0; numPa ...[Show More]

Preview 1 out of 3 pages
Purchase this document to unlock the blurred part and the rest of the document

Unlock Now

Reviews( 0 )