PI
Returns the value of π as a floating-point value.
Analyze Syntax
func.pi()
Analyze Examples
func.pi()
┌───────────────────┐
│ func.pi() │
├───────────────────┤
│ 3.141592653589793 │
└───────────────────┘
SQL Syntax
PI()
SQL Examples
SELECT PI();
┌───────────────────┐
│ pi() │
├───────────────────┤
│ 3.141592653589793 │
└───────────────────┘
Last modified April 23, 2024 at 12:42 PM EST: updating numerical functions (2a94341)