PI function

From Planfix
Revision as of 08:23, 9 February 2024 by Dmitri (talk | contribs) (Created page with "{{#seo: |title=PI Function |titlemode=append |keywords=planfix, function, pi |description=PI Function }} '''PI()''' — the function returns the mathematical constant "pi" with an accuracy up to 15 digits — 3.141592653589793. == Format == '''PI()''' == Example == {| class="wikitable" |- ! style="font-weight: bold" | Formula ! style="font-weight: bold" | Description ! style="font-weight: bold" | Result |- |PI() |Returns the number "pi" |3.141592654 |- |PI()/2 |Retur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

PI() — the function returns the mathematical constant "pi" with an accuracy up to 15 digits — 3.141592653589793.


Format

PI()


Example

Formula Description Result
PI() Returns the number "pi" 3.141592654
PI()/2 Returns the number "pi" divided by 2 1.570796327
PI()*POWER(;2) The area of a circle with a radius specified in the "Radius" field. For example, the radius is 3. 28.27433388


Go To

Standard functions