SymEngine C++ API
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Enumerations
Enumerator
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
z
~
Variables
b
c
d
h
i
n
r
t
x
Related Functions
Files
File List
Globals
All
Macros
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
Pages
symengine
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
basic.h
The base class for SymEngine.
SymEngine
Main namespace for SymEngine package.
Definition:
add.cpp:19
Code