# SQRTPI

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function returns the positive square root of a multiple of pi (p).

## Syntax

SQRTPI(multiple)

## Arguments

Specify the number of multiples of pi (p) of which to calculate the square root.

## Remarks

This function calculates the square root of a multiple of pi.

## Data Types

Accepts numeric data. Returns numeric data.

## Examples

`SQRTPI(A3)`
`SQRTPI(1)` is the same as `SQRT(PI())`
`SQRTPI(5)` gives the result 3.963327

## Version Available

This function is available in product version 1.0 or later.

## See Also

[PI](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsMtoQ/FunctionPI) \| [SQRT](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsRtoS/FunctionSQRT) \| [Statistical Functions](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsstats)