|
pi()
The
mathematical function
pi()
returns the
constant
pi (3.1415926535897936).
Syntax of the Mathematical Function 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().
|