ToRadians (Float function): Difference between revisions
Jump to navigation
Jump to search
m (Created page with "{{Template:Float:ToRadians subtitle}} The <var>ToRadians</var> <var>intrinsic</var> function converts a number represented in degrees to radians. ==Syntax...") |
m (1 revision) |
(No difference)
|
Revision as of 17:46, 4 May 2011
Convert a number in desgrees to radians (Float class)
The ToRadians intrinsic function converts a number represented in degrees to radians.
Syntax
%number = float:ToRadians
Syntax terms
%number | A variable to receive the converted radians value. |
---|---|
float | A Float degrees value. |
Usage notes
- ToRadians is available as of Sirius Mods Version 7.8.
Examples
- The following displays
6.28318530717959
:printText {360:toRadians}