summaryrefslogtreecommitdiff
path: root/fparser_mpfr.hh
blob: 322b05dca79ec303d1f6f2fc229dc1c1501b935b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/***************************************************************************\
|* Function Parser for C++ v4.5.2                                          *|
|*-------------------------------------------------------------------------*|
|* Copyright: Juha Nieminen                                                *|
\***************************************************************************/

#ifndef ONCE_FPARSER_MPFR_H_
#define ONCE_FPARSER_MPFR_H_

#include "fparser.hh"
#include "mpfr/MpfrFloat.hh"

class FunctionParser_mpfr: public FunctionParserBase<MpfrFloat> {};

#endif