Link | lp_math_radToDeg |
Author | Bil Corry |
Category | Math |
Version | 8.x |
License | Public Domain |
Posted | 28 Dec 2005 |
Updated | 28 Dec 2005 |
More by this author... |
Returns degress given radians.
Requires [lp_math_pi]
lp_math_radTodeg: lp_math_pi; |
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; ] |
No comments
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft