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 void eval_mpfr(mpfr_ptr result, const Basic &b, mpfr_rnd_t rnd);
20 
21 } // namespace SymEngine
22 
23 #endif // HAVE_SYMENGINE_MPFR
24 
25 #endif
The base class for SymEngine.
Main namespace for SymEngine package.
Definition: add.cpp:19