Home
last modified time | relevance | path

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

/third_party/boost/boost/math/special_functions/
Dbeta.hpp1545 ibetac(RT1 a, RT2 b, RT3 x, const Policy&) in ibetac() function
1561 ibetac(RT1 a, RT2 b, RT3 x) in ibetac() function
/third_party/boost/libs/math/reporting/accuracy/
Dbindings.hpp387 inline double ibetac(double a, double b, double x) { return pbeta(x, a, b, 0, 0); } in ibetac() function