summaryrefslogtreecommitdiff
path: root/fparser_mpfr.hh
diff options
context:
space:
mode:
Diffstat (limited to 'fparser_mpfr.hh')
-rw-r--r--fparser_mpfr.hh15
1 files changed, 15 insertions, 0 deletions
diff --git a/fparser_mpfr.hh b/fparser_mpfr.hh
new file mode 100644
index 0000000..322b05d
--- /dev/null
+++ b/fparser_mpfr.hh
@@ -0,0 +1,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