Macaulay2 Engine
Loading...
Searching...
No Matches

◆ sinh_cosh

int sinh_cosh ( mpreal & s,
mpreal & c,
const mpreal & v,
mp_rnd_t rnd_mode = mpreal::get_default_rnd() )
friend

Definition at line 2618 of file mpreal.h.

2619{
2620 return mpfr_sinh_cosh(s.mp,c.mp,v.mp,rnd_mode);
2621}
void size_t s
Definition m2-mem.cpp:271

References get_default_rnd(), mp, mpreal(), s, and sinh_cosh.

Referenced by sinh_cosh.