|
template<unsigned Digits, digit_base_type DigitBase, class Allocator , class Exponent , Exponent MinE, Exponent MaxE> |
void | boost::multiprecision::backends::eval_exp_taylor (cpp_bin_float< Digits, DigitBase, Allocator, Exponent, MinE, MaxE > &res, const cpp_bin_float< Digits, DigitBase, Allocator, Exponent, MinE, MaxE > &arg) |
|
template<unsigned Digits, digit_base_type DigitBase, class Allocator , class Exponent , Exponent MinE, Exponent MaxE> |
void | boost::multiprecision::backends::eval_exp (cpp_bin_float< Digits, DigitBase, Allocator, Exponent, MinE, MaxE > &res, const cpp_bin_float< Digits, DigitBase, Allocator, Exponent, MinE, MaxE > &arg) |
|