Lasso Soft Inc. > Home

[pk_math_percentage]

Linkpk_math_percentage
AuthorPier Kuipers
CategoryMath
Version6.x
LicensePublic Domain
Posted10 Jan 2006
Updated16 Jan 2006
More by this author...

Description

tag returns the percentage of two numbers

Sample Usage

Examples:

Without precision:
['[']pk_math_percentage: 5, 2[']'] = [pk_math_percentage: 5, 2]
['[']pk_math_percentage: 5.82, 2[']'] = [pk_math_percentage: 5.82, 2]
['[']pk_math_percentage: 5, 2.73[']'] = [pk_math_percentage: 5, 2.73]
['[']pk_math_percentage: 5.82, 2.73[']'] = [pk_math_percentage: 5.82, 2.73]
['[']pk_math_percentage: 13, 67[']'] = [pk_math_percentage: 13, 67]

With precision:
['[']pk_math_percentage: 5, 2, 1[']'] = [pk_math_percentage: 5, 2, 1]
['[']pk_math_percentage: 5.82, 2, 2[']'] = [pk_math_percentage: 5.82, 2, 2]
['[']pk_math_percentage: 5, 2.73, 3[']'] = [pk_math_percentage: 5, 2.73, 3]
['[']pk_math_percentage: 5.82, 2.73, 4[']'] = [pk_math_percentage: 5.82, 2.73, 4]
['[']pk_math_percentage: 13, 67, 5[']'] = [pk_math_percentage: 13, 67, 5]

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.

(setformat: -precision=#precision);
	
			return the percentage
			return: #percentage;
	
		/define_tag;
		
	/If;
     
?>

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