Degrees

From SCAR Divi Manual
Revision as of 00:39, 28 June 2011 by Freddy (talk | contribs) (Created page with "==Definition== <source lang="scar" lines="false"> function Degrees(Radians: Extended): Extended; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Converts an...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

function Degrees(Radians: Extended): Extended;

Availability

SCAR Divi 3.00 > Current

Description

Converts an angle defined in radians to a value defined in degrees.

Example

begin
  WriteLn(Degrees(Pi));
end.

Output:

180

See Also