Pi
- 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Pi
- Updated on 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Returns the value of pi (the ratio of the circumference of a circle to its diameter) to 15 decimal places, i.e. 3.141592653589793
.
Function signature
PI() => Number
Examples
Formula | Return value |
---|---|
PI() | 3.14159265 |
Was this article helpful?