Searched defs:erfcinv (Results 1 – 2 of 2) sorted by relevance
177 static inline float erfcinv(float __a) { return erfcinvf(__a); } in erfcinv() function
5343 def erfcinv(x, name=None): function