Lasso Soft Inc. > Home

[lp_math_radToDeg]

Linklp_math_radToDeg
AuthorBil Corry
CategoryMath
Version8.x
LicensePublic Domain
Posted28 Dec 2005
Updated28 Dec 2005
More by this author...

Description

Returns degress given radians.

Requires [lp_math_pi]

Sample Usage

lp_math_radTodeg: lp_math_pi;

Source Code

Click the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.

[

define_tag:'lp_math_radToDeg',
	-description='Returns degress given radians.',
	-priority='replace',
	-required='radians';

	return: (decimal: ((decimal:#radians) * (decimal: 180) / lp_math_pi)) ;

/define_tag;

]

Related Tags

Comments

No comments

Please log in to comment

Subscribe to the LassoTalk mail list

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft