PI
The PI
function returns a value that is closer than any other value to
pi
. The constant pi
is the ratio of the circumference of a circle to
the diameter of a circle.
Syntax
PI ( )
Syntax
The data type of the returned value is a DOUBLE
PRECISION
number.
Example
splice> VALUES PI();
1
----------
3.14159265358793
1 row selected
See Also
DOUBLE PRECISION
data type