Searched refs:log_two (Results 1 – 3 of 3) sorted by relevance
44 static const T log_two = boost::math::constants::ln_two<T>(); in asin() local193 imag = log_two + std::log(x); in asin()219 imag = log_two + std::log(y); in asin()225 imag = log_two + std::log(y) + half * boost::math::log1p(xoy*xoy); in asin()
44 static const T log_two = boost::math::constants::ln_two<T>(); in acos() local186 imag = log_two + std::log(x); in acos()212 imag = log_two + std::log(y); in acos()218 imag = log_two + std::log(y) + half * boost::math::log1p(xoy*xoy); in acos()
48 static const T log_two = boost::math::constants::ln_two<T>(); in atanh() local160 real = boost::math::changesign(two * (std::log(y) - log_two)); in atanh()