Home
last modified time | relevance | path

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

/third_party/boost/boost/math/special_functions/
Dexpm1.hpp50 struct expm1_series struct
52 typedef T result_type;
54 expm1_series(T x) in expm1_series() function
57 T operator()() in operator ()()
65 int count()const in count()
71 int k;
72 const T m_x;
73 T m_term;