Lasso Soft Inc. > Home

[lp_decimal_fixed]

Linklp_decimal_fixed
AuthorBil Corry
CategoryMath
Version8.x
LicensePublic Domain
Posted12 Feb 2006
Updated12 Feb 2006
More by this author...

Description

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]

Sample Usage

lp_decimal_fixed: lp_math_pi;'
'; // returns: 3

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_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;

]

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