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

◆ acoth

const mpreal acoth ( const mpreal & v,
mp_rnd_t rnd_mode = mpreal::get_default_rnd() )
friend

Definition at line 2317 of file mpreal.h.

2317{ return atanh(1/v, r); }
friend const mpreal atanh(const mpreal &v, mp_rnd_t rnd_mode)
Definition mpreal.h:2329

References acoth, atanh, get_default_rnd(), and mpreal().

Referenced by acoth.