This function is used to return the value of Pi.
pi()
The return value is of the DOUBLE type.
The value 3.141592653589793 is returned.
select pi();