PI

This function returns the value of PI which is 3.14159265358979

Syntax

= PI()

Parameters

None

Return Type

Decimal

The function can be used in combination with other functions.

Examples

Example

Returns

= PI()

3.14159265358979

= PI() * POWER(2, 2)

The area of a circle of radius 2.