SQRTPI
The SQRTPI function returns the square root of (number * pi).
Syntax
=SQRTPI(number)
Parameters
number
: The non-negative number to multiply by pi before getting the square root
Examples
=SQRTPI(1) // Returns 1.7724... (√π)
=SQRTPI(2) // Returns 2.5066... (√2π)
=SQRTPI(4) // Returns 3.5449... (√4π)