Given a decimal number and a fractional unit, returns a number in the decimal fraction format.
CURRENCY_FRACTIONAL(decimalprice: Number, unit: Number) => Number
Parameter | Description |
Decimal price | The price quotation given as a decimal value |
Unit | The units of the desired fraction, e.g. 8 for 1/8ths or 32 for 1/32nds |
Formula | Return value |
|
|
|
|
|
|