A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  special characters  sybase-tech-blog


Category: ASE: Functions: Mathematical Functions

pi()

The mathematical function pi() returns the constant pi (3.1415926535897936).

Syntax of the Mathematical Function pi()

    pi()
    

Example for the Mathematical Function pi()

    select pi()
go
-----
3.141593

Returns the value of pi.

See also:

ASE T-SQL - Aggregate Functions,
Mathematical Functions,
abs(),
acos(),
asin(),
atan(),
atn2(),
ceiling(),
cos(),
cot(),
degrees(),
exp(),
floor(),
log(),
log10(),
power(),
radians(),
rand(),
round(),
sign(),
sin(),
sqrt(),
tan().