Link | lp_decimal_fixed |
Author | Bil Corry |
Category | Math |
Version | 8.x |
License | Public Domain |
Posted | 12 Feb 2006 |
Updated | 12 Feb 2006 |
More by this author... |
Returns the fixed part of a given decimal number. It acts the same as math_floor on positive numbers and math_ceil on negative numbers.
Requires [lp_decimal_precisionset]
lp_decimal_fixed: lp_math_pi;'
'; // returns: 3
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_decimal_fixed', -description='Returns the fixed part of a given decimal number.', -priority='replace', -required='decimal'; // same as math_floor on positive numbers and math_ceil on negative numbers return: integer: (string: (lp_decimal_precisionset:(decimal: #decimal), 64))->(split:'.')->(get:1); /define_tag; ]
No comments
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft