Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122198397
compute_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 16, 13:22
Size
275 B
Mime Type
text/x-c++
Expires
Fri, Jul 18, 13:22 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27448395
Attached To
R7561 SP4E_HW1
compute_arithmetic.hh
View Options
//Arithmetic Series class
#ifndef COMPUTE_ARITHMETIC_HH
#define COMPUTE_ARITHMETIC_HH
#include "series.hh"
class ComputeArithmetic : public Series{
public:
ComputeArithmetic();
virtual ~ComputeArithmetic();
private:
double eval_term(unsigned k);
};
#endif
Event Timeline
Log In to Comment