PI

Learn how to use the PI math function in PlaidCloud Lakehouse. Returns the mathematical constant pi - see syntax, examples, and output.

Returns the mathematical constant pi.

Analyze Syntax

func.pi()

Analyze Examples

func.pi()

┌───────────────────┐
 3.141592653589793  
└───────────────────┘

SQL Syntax

PI()

SQL Examples

SELECT PI();

┌───────────────────┐
 3.141592653589793  
└───────────────────┘