Difference between revisions of "Degrees"
From SCAR Divi Manual
(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 23:39, 27 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