SQRTPI

The SQRTPI function returns the square root of the number passed as an argument multiplied by π (3.14159265...).

Syntax

SQRTPI(
    number
)

Parameters
  • number: Number to consider in the calculation.
Returned value

The SQRTPI function returns a real number.

The value of π used in the calculation is the one obtained with the PI function.

Examples

The following measure returns the square root of 5π:

Resultado = SQRTPI(5)

SQRTPI function
Related functions
Category
Statistical
Submitted by admin on Sat, 07/20/2019 - 14:30