sqrtpi() Function

Function

sqrtpi( number )

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

Parameters

Keyword Type Description

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: Tue, May 23, 2023 (06:12:33 PM)

On This Page

FEEDBACK