Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91291765
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
Sat, Nov 9, 17:34
Size
275 B
Mime Type
text/x-c++
Expires
Mon, Nov 11, 17:34 (2 d)
Engine
blob
Format
Raw Data
Handle
22237382
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