SQRTPI Suggest 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 JavaScriptSQRTPI(6) // returns 4.3416075273496055 Updated about 1 year ago Table of Contents Parameters Returns Examples