dollarde
Convert dollar from fractional to decimal notation.
Syntax
Section titled “Syntax”v = dollarde(fractional_dollar, fraction)Description
Section titled “Description”Converts a price quoted as a fraction (e.g., 1.02 representing 1 + 2/16) to decimal. fraction is the denominator.
Examples
Section titled “Examples”dollarde(1.02, 16) % 1.125 (1 + 2/16)dollarde(1.1, 8) % 1.125 (1 + 1/8)See also
Section titled “See also”dollarfr— Convert dollar from decimal to fractional notation.