Difference between revisions of "Manuals/calci/DOLLARFR"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">'''DOLLARFR'''</font><font size="2">(</font><fo...") |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''DOLLARFR (DecimalDollar,Fraction)'''</div><br/> |
− | + | where, | |
+ | *<math>DecimalDollar</math> is a dollar value in decimal | ||
+ | *<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. | ||
− | + | == Description == | |
− | + | DOLLARFR (DecimalDollar,Fraction) | |
− | |||
− | |||
− | |||
− | |||
− | * < | + | *Argument <math>DecimalDollar</math> is a decimal number to be converted into fraction. |
+ | *Argument <math>Fraction</math> is an integer to be used as a denominator in conversion to fractional value. | ||
+ | *Calci divides the fractional part of <math>DecimalDollar</math> by the specified <math>Fraction</math> value. | ||
+ | *<math>Fraction</math> should be >=1, else Calci displays #ERROR message. | ||
+ | *If <math>Fraction</math> is not an integer, it is truncated. | ||
− | + | == Examples == | |
− | |||
− | |||
− | + | <div id="6SpaceContent" class="zcontent" align="left"> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <div id=" | ||
{| id="TABLE3" class="SpreadSheet blue" | {| id="TABLE3" class="SpreadSheet blue" | ||
|- class="even" | |- class="even" | ||
− | | class=" " | | + | | class=" " | '''Function''' |
− | + | | class=" " | '''Output''' | |
− | | class=" " | | + | |
− | |||
− | |||
|- class="odd" | |- class="odd" | ||
− | + | | class="sshl_f" |DOLLARFR(1.611,18) | |
− | | class="sshl_f" | 1. | + | | class="sshl_f" |1.10998 |
− | | class=" | + | |
− | |||
− | |||
|- class="even" | |- class="even" | ||
− | + | | class="sshl_f" |DOLLARFR(10.0,16) | |
− | | class="sshl_f" | | + | | class="sshl_f" |10 |
− | + | ||
− | |||
− | | class=" " | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- class="odd" | |- class="odd" | ||
− | | class=" " | | + | | class="sshl_f" |DOLLARFR(3.1,20) |
− | + | | class="sshl_f" |3.02 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | class=" | ||
− | |||
|} | |} | ||
− | + | ==Related Videos== | |
− | + | ||
+ | {{#ev:youtube|v=AUXYkOTkItI|280|center|DOLLARFR}} | ||
+ | |||
+ | == See Also == | ||
+ | |||
+ | *[[Manuals/calci/DOLLARDE | DOLLARDE]] | ||
+ | *[[Manuals/calci/DOLLAR | DOLLAR]] | ||
+ | |||
+ | ==References== | ||
+ | |||
+ | *[http://en.wikipedia.org/wiki/Dollar Dollar] | ||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
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