Page MenuHomec4science

compute_arithmetic.cc
No OneTemporary

File Metadata

Created
Wed, May 29, 12:48

compute_arithmetic.cc

#include "compute_arithmetic.hh"
/* -------------------------------------------------------------------------- */
double ComputeArithmetic::computeTerm(unsigned int k) {
return 1.*k;
}

Event Timeline