Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91568286
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
Tue, Nov 12, 07:06
Size
328 B
Mime Type
text/x-c
Expires
Thu, Nov 14, 07:06 (2 d)
Engine
blob
Format
Raw Data
Handle
22283044
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