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

◆ acot()

const mpreal mpfr::acot ( const mpreal & v,
mp_rnd_t r = mpreal::get_default_rnd() )
inline

Definition at line 2314 of file mpreal.h.

2314{ return atan (1/v, r); }
const mpreal atan(const mpreal &x, mp_rnd_t r=mpreal::get_default_rnd())
Definition mpreal.h:2309