Spread WPF 17
Spread WPF Documentation / Formula Reference / Formula Functions / SQRTPI
In This Topic
    SQRTPI
    In This Topic

    Summary

    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

    See Also