Previous Page
|
Next Page
PI Function
Returns the constant value of PI as a floating-point value.
Category:
Mathematical
Returned data type:
DOUBLE
Syntax
Details
Example
Syntax
PI
()
Details
The value of PI is 3.141593.
Example
The following statement illustrates the PI function:
Statements
Results
select pi();
3.141593
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page