SQRTPISuggest EditsCalculates the square root of the product of Pi and a given number. Parameters value Number (required) - The value to multiply with Pi and return the square root. Returns Number Examples SQRTPI(6) // returns 4.3416075273496055 Updated almost 2 years ago Did this page help you?YesNoTable of Contents Parameters Returns Examples