pi() constant : PI « Math Functions « PostgreSQL






pi() constant


postgres=# -- pi() constant
postgres=# select pi();
        pi
------------------
 3.14159265358979
(1 row)

postgres=#
           
       








Related examples in the same category

1.pi(): Returns the pi constant (3.14159...)
2.Use pi() in calculation