Pi

description

Syntax

DOUBLE Pi() Returns the constant Pi value.

example

  1. mysql> select Pi();
  2. +--------------------+
  3. | pi() |
  4. +--------------------+
  5. | 3.1415926535897931 |
  6. +--------------------+

keywords

  1. PI