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

◆ exp2m1()

const mpreal mpfr::exp2m1 ( const mpreal & x,
mp_rnd_t r = mpreal::get_default_rnd() )
inline

Definition at line 2397 of file mpreal.h.

2397{ MPREAL_UNARY_MATH_FUNCTION_BODY(exp2m1 ); } /* 2^x-1 */
#define MPREAL_UNARY_MATH_FUNCTION_BODY(f)
Definition mpreal.h:2220
const mpreal exp2m1(const mpreal &x, mp_rnd_t r=mpreal::get_default_rnd())
Definition mpreal.h:2397

References exp2m1(), mpfr::mpreal::get_default_rnd(), MPREAL_UNARY_MATH_FUNCTION_BODY, and x.

Referenced by exp2m1().