Pi

From SCAR Divi Manual
Revision as of 01:43, 29 June 2011 by Freddy (talk | contribs) (Created page with "==Definition== <source lang="scar" lines="false"> function Pi: Extended; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Returns the value of the mathematic...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

function Pi: Extended;

Availability

SCAR Divi 3.00 > Current

Description

Returns the value of the mathematical constant pi.

Example

begin
  WriteLn(Pi);
end.

Output:

3,14159265358979

See Also