Function Reference: PI
| Syntax | ||
| =PI() | ||
| Purpose / Description | ||
| Returns a static value approximation of PI to fifteen digits of precision (14 decimal places) | ||
| Arguments | ||
| Name | Type | Description |
| nonr | ||
| Return Values | ||
| Type | Specific Value | Description |
| number | 3.14159265358979 | Returns the value shown as an approximation of the value of Pi. |
| Notes / Comments / Advice / Warnings | ||
| Comment: | Used for a range of calculations, this saves the user having to type their own static values, and makes the expression more readable. | |