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: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK