Difference between revisions of "Manuals/calci/DOLLARDE"
Jump to navigation
Jump to search
Line 41: | Line 41: | ||
| class="sshl_f" |3.5000000000000004 | | class="sshl_f" |3.5000000000000004 | ||
|} | |} | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|-RpZ3IduCN0|280|center|DOLLARDE}} | ||
== See Also == | == See Also == |
Revision as of 15:07, 9 May 2015
DOLLARDE(FD, Fraction)
where,
- is a dollar value in fraction
- is the integer to use as a denominator
DOLLARDE() converts a dollar price in fraction into decimal dollar price.
Description
DOLLARDE(FD, Fraction)
- Argument is a number that is expressed as an integer part and fraction part, seperated by decimal symbol.
- Argument is an integer to be used as a denominator in conversion to decimal value.
- Calci divides the fractional part of by the specified value.
e.g. DOLLARDE(1.07,16) is calculated as ($1 + 7/16 = $1.4375000000000004)
- should be >=1, else Calci displays #ERROR message.
- If is not an integer, it is truncated.