1,122 bytes added
, 20:13, 8 October 2018
<div style="font-size:30px">'''SPELLNUMBER (OriginalNumber,MajorUnitPlural,MinorUnitPlural,MajorUnitSingular,MinorUnitSingular,NumberOfDecimals) '''</div><br/>
*<math>OriginalNumber</math> is any value.
==Description==
*This function shows the spelling or number name of the given number.
*Argument number can be any whole number or decimal number.
*The whole number will consider as dollar and the decimals will consider as cents.
*For non-numeric argument such as character,string or special characters,will display as non numeric dollar and non numeric cents.
==Examples==
# SPELLNUMBER(87) = Eighty Seven Dollars And Zero Cents
# SPELLNUMBER(87,3) = Eighty Seven 3 And Zero Cents
# SPELLNUMBER(87,3,1) = Eighty Seven 3 And Zero 1
==See Also==
*[[Manuals/calci/SPELLINTEGER| SPELLINTEGER]]
*[[Manuals/calci/SPELLNUMBER | SPELLNUMBER]]
*[[Manuals/calci/SPELLTEENS | SPELLTEENS]]
==References==
*[https://en.wikipedia.org/wiki/Numerical_digit Numerical Digit]
*[https://en.wikipedia.org/wiki/Number#Classification Number Classification]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]