Pi()

Gets the mathematical constant p, accurate to 15 digits. The number 3.14159265358979.

Pi( );

Returns: Number

This function does not take any arguments.

Examples

The following code example will output the value of pi returned from the pi() function.

<cfoutput>#pi()#</cfoutput>

See also