Searched defs:ibetac (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/math/special_functions/ |
D | beta.hpp | 1545 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/ |
D | bindings.hpp | 387 inline double ibetac(double a, double b, double x) { return pbeta(x, a, b, 0, 0); } in ibetac() function
|