Home
last modified time | relevance | path

Searched refs:log_two (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/math/complex/
Dasin.hpp44 static const T log_two = boost::math::constants::ln_two<T>(); in asin() local
193 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()
Dacos.hpp44 static const T log_two = boost::math::constants::ln_two<T>(); in acos() local
186 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()
Datanh.hpp48 static const T log_two = boost::math::constants::ln_two<T>(); in atanh() local
160 real = boost::math::changesign(two * (std::log(y) - log_two)); in atanh()