Difference between revisions of "Pi"

From SCAR Divi Manual
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 01:43, 29 June 2011

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