MySQL PI Function

Example

Return the value of PI:

SELECT PI();

Definition and Usage

The PI() function returns the value of PI.

Continue reading MySQL PI Function