Difference between revisions of "Manuals/calci/DOLLARFR"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
<div style="font-size:30px">'''DOLLARFR (DecimalDollar,Fraction)'''</div><br/> | <div style="font-size:30px">'''DOLLARFR (DecimalDollar,Fraction)'''</div><br/> | ||
Line 5: | Line 4: | ||
*<math>DecimalDollar</math> is a dollar value in decimal | *<math>DecimalDollar</math> is a dollar value in decimal | ||
*<math>Fraction</math> is the integer to use as a denominator | *<math>Fraction</math> is the integer to use as a denominator | ||
− | + | **DOLLARFR(), converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction. | |
− | DOLLARFR(), converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction. | ||
== Description == | == Description == | ||
Line 42: | Line 40: | ||
==Related Videos== | ==Related Videos== | ||
− | {{#ev:youtube| | + | {{#ev:youtube|v=AUXYkOTkItI|280|center|DOLLARFR}} |
== See Also == | == See Also == |
Latest revision as of 14:53, 15 November 2018
DOLLARFR (DecimalDollar,Fraction)
where,
- is a dollar value in decimal
- is the integer to use as a denominator
- DOLLARFR(), converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction.
Description
DOLLARFR (DecimalDollar,Fraction)
- Argument is a decimal number to be converted into fraction.
- Argument is an integer to be used as a denominator in conversion to fractional value.
- Calci divides the fractional part of by the specified value.
- should be >=1, else Calci displays #ERROR message.
- If is not an integer, it is truncated.
Examples
Function | Output |
DOLLARFR(1.611,18) | 1.10998 |
DOLLARFR(10.0,16) | 10 |
DOLLARFR(3.1,20) | 3.02 |
Related Videos
See Also
References