Difference between revisions of "Degrees"

From SCAR Divi Manual
Jump to: navigation, search
(Created page with "==Definition== <source lang="scar" lines="false"> function Degrees(Radians: Extended): Extended; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Converts an...")
(No difference)

Revision as of 00:39, 28 June 2011

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