PI
Returns the constant pi (P), the ratio of any circle's circumference to its diameter in Euclidean geometry The return type is DOUBLE PRECISION.
Behavior Type
Syntax
PI()
Examples
SELECT PI(); pi ------------------ 3.14159265358979 (1 row)
Returns the constant pi (P), the ratio of any circle's circumference to its diameter in Euclidean geometry The return type is DOUBLE PRECISION.
PI()
SELECT PI(); pi ------------------ 3.14159265358979 (1 row)