Searched defs:ellint_1 (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/math/special_functions/ |
D | ellint_1.hpp | 160 inline typename tools::promote_args<T>::type ellint_1(T k, const Policy& pol, const boost::true_typ… in ellint_1() function 168 inline typename tools::promote_args<T1, T2>::type ellint_1(T1 k, T2 phi, const boost::false_type&) in ellint_1() function 177 inline typename tools::promote_args<T>::type ellint_1(T k) in ellint_1() function 184 inline typename tools::promote_args<T1, T2>::type ellint_1(T1 k, T2 phi, const Policy& pol) in ellint_1() function 192 inline typename tools::promote_args<T1, T2>::type ellint_1(T1 k, T2 phi) in ellint_1() function
|
/third_party/boost/libs/math/reporting/accuracy/ |
D | bindings.hpp | 511 inline double ellint_1(double k, double phi) { return ellik(phi, k * k); } in ellint_1() function 513 inline double ellint_1(double k) { return ellpk(k * k); } in ellint_1() function
|