sqrtpi() Function

Multiplies the number by pi, then returns the square root of the product.

Syntax

sqrtpi( number )

number: (Decimal Array) The number that will be multiplied by pi and have its square root taken.

Returns

Decimal

Examples

sqrtpi(2.25) returns 2.658681

Open in Github Built: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK