HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file data.Dec512Util by barry
expand copy to clipboardexpand
/*
{ "description" : "Convert between decimal fractions and strings."}
*/

interface Dec512Util{
	/*
	{ "@description" : "Convert a decimal fraction to a string.", "@deprecated" : true, "@deprecatedBy" : "makeString"}
	*/
	char[] decToString(dec512 i)
	
	/*
	{ "@description" : "Convert a string to a decimal fraction."}
	*/
	dec512 decFromString(char s[])
	
	/*
	{ "@description" : "Convert a decimal fraction to a string."}
	*/
	char[] makeString(dec512 i, opt int decimalPlaces)
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n data.Dec512Util -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation