Home
last modified time | relevance | path

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

/third_party/boost/boost/math/special_functions/detail/
Dibeta_inverse.hpp872 ibeta_inv(T1 a, T2 b, T3 p, T4* py, const Policy& pol) in ibeta_inv() function
907 ibeta_inv(T1 a, T2 b, T3 p, T4* py) in ibeta_inv() function
914 ibeta_inv(T1 a, T2 b, T3 p) in ibeta_inv() function
922 ibeta_inv(T1 a, T2 b, T3 p, const Policy& pol) in ibeta_inv() function
/third_party/boost/libs/math/reporting/accuracy/
Dbindings.hpp388 inline double ibeta_inv(double a, double b, double x) { return qbeta(x, a, b, 1, 0); } in ibeta_inv() function