Home
last modified time | relevance | path

Searched refs:sqrtpi (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A Dmathmodule.c89 static const double sqrtpi = 1.772453850905516027298167483341145182798; variable
512 result = acc * x * exp(-x2) / sqrtpi; in m_erf_series()
551 result = p / q * x * exp(-x2) / sqrtpi; in m_erfc_contfrac()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMathExtras.h65 sqrtpi = 1.7724538509055160273, // (0x1.c5bf891b4ef6bP+0) https://oeis.org/A002161 member

Completed in 12 milliseconds