From 54bb80251432ff49c967115f8401e7dafc5c57d6 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 19 Dec 2017 22:00:05 -0200 Subject: Several implementations on math expression block --- Project/fparser/fparser_gmpint.hh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Project/fparser/fparser_gmpint.hh (limited to 'Project/fparser/fparser_gmpint.hh') diff --git a/Project/fparser/fparser_gmpint.hh b/Project/fparser/fparser_gmpint.hh new file mode 100644 index 0000000..d9d3b5f --- /dev/null +++ b/Project/fparser/fparser_gmpint.hh @@ -0,0 +1,15 @@ +/***************************************************************************\ +|* Function Parser for C++ v4.5.2 *| +|*-------------------------------------------------------------------------*| +|* Copyright: Juha Nieminen *| +\***************************************************************************/ + +#ifndef ONCE_FPARSER_GMPINT_H_ +#define ONCE_FPARSER_GMPINT_H_ + +#include "fparser.hh" +#include "mpfr/GmpInt.hh" + +class FunctionParser_gmpint: public FunctionParserBase {}; + +#endif -- cgit