eval_mpfr.h
Go to the documentation of this file.
1 
7 #ifndef SYMENGINE_EVAL_MPFR_H
8 #define SYMENGINE_EVAL_MPFR_H
9 
10 #include <symengine/symengine_config.h>
11 
12 #ifdef HAVE_SYMENGINE_MPFR
13 #include <symengine/basic.h>
14 #include <mpfr.h>
15 
16 namespace SymEngine
17 {
18 
19 SYMENGINE_EXPORT void eval_mpfr(mpfr_ptr result, const Basic &b,
20  mpfr_rnd_t rnd);
21 
22 } // namespace SymEngine
23 
24 #endif // HAVE_SYMENGINE_MPFR
25 
26 #endif
The base class for SymEngine.
Main namespace for SymEngine package.
Definition: add.cpp:19