Home
last modified time | relevance | path

Searched defs:max_bernoulli_root_functor (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/math/special_functions/detail/
Dbernoulli_details.hpp71 struct max_bernoulli_root_functor struct
73 max_bernoulli_root_functor(ulong_long_type t) : target(static_cast<double>(t)) {} in max_bernoulli_root_functor() argument
74 double operator()(double n) in operator ()()
91 double target;