Sqrt(pi) constant for floating‐point type T.

Synopsis

Declared in <llvm/Support/MathExtras.h>

template<typename T>
requires std::is_floating_point_v<T>
inline constexpr T sqrtpi_v = T(0x1.c5bf891b4ef6bP+0);

Created with MrDocs