dollarfr
Convert dollar from decimal to fractional notation.
Syntax
Section titled “Syntax”v = dollarfr(decimal_dollar, fraction)Description
Section titled “Description”Inverse of dollarde. Returns a fractional-dollar representation: e.g., 1.125 with fraction = 16 becomes 1.02.
Example
Section titled “Example”dollarfr(1.125, 16) % 1.02See also
Section titled “See also”dollarde— Convert dollar from fractional to decimal notation.