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: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK