Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120188847
arithmetic.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 2, 12:58
Size
328 B
Mime Type
text/x-c
Expires
Fri, Jul 4, 12:58 (2 d)
Engine
blob
Format
Raw Data
Handle
27152968
Attached To
R7571 SP4E-TB-TL-FR
arithmetic.hh
View Options
#ifndef ARITHMETIC_HH
#define ARITHMETIC_HH
#include "series.hh"
class ComputeArithmetic: public Series {
public:
ComputeArithmetic() : Series() {}; // Constructor
virtual ~ComputeArithmetic() {}; // Destructor
public:
double compute(unsigned int N) override; // Defined compute method
};
#endif
Event Timeline
Log In to Comment