Macaulay2 Engine
Loading...
Searching...
No Matches
◆
sin_cos()
int
mpfr::sin_cos
(
mpreal
&
s
,
mpreal
&
c
,
const
mpreal
&
v
,
mp_rnd_t
rnd_mode
=
mpreal::get_default_rnd
()
)
inline
Definition at line
2284
of file
mpreal.h
.
2285
{
2286
return
mpfr_sin_cos(
s
.mpfr_ptr(), c.
mpfr_ptr
(), v.
mpfr_srcptr
(), rnd_mode);
2287
}
mpfr::mpreal::mpfr_srcptr
::mpfr_srcptr mpfr_srcptr() const
Definition
mpreal.h:1767
mpfr::mpreal::mpfr_ptr
::mpfr_ptr mpfr_ptr()
Definition
mpreal.h:1765
s
void size_t s
Definition
m2-mem.cpp:271
mpfr
Generated on
for Macaulay2 Engine by
1.15.0