Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102815605
EvaluateOneDFormula.hpp
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
Mon, Feb 24, 11:36
Size
381 B
Mime Type
text/x-c++
Expires
Wed, Feb 26, 11:36 (2 d)
Engine
blob
Format
Raw Data
Handle
24431620
Attached To
R1695 PCSC - Numerical Integration - Ollitrault Rouaze
EvaluateOneDFormula.hpp
View Options
//
// Created by Pauline Ollitrault on 28.11.16.
//
#ifndef NUMINT_EVALUATEONEDFORMULA_HPP
#define NUMINT_EVALUATEONEDFORMULA_HPP
#include "FunctionManager.hpp"
class EvaluateOneDFormula : public FunctionManager
{
public:
EvaluateOneDFormula();
EvaluateOneDFormula(const std::string formula);
double Evaluate(double x);
};
#endif //NUMINT_EVALUATEONEDFORMULA_HPP
Event Timeline
Log In to Comment