Financial Toolbox
  Go to function:
    Search    Help Desk 
cur2frac    Examples   See Also

Decimal currency values to fractional values.

Syntax

Description

f = cur2frac(p, d) converts decimal currency values to fractional values. p is the decimal currency value and d is the denominator of the fraction. f is returned as a string.

Example

returns f = 12.1, a string.

See Also

cur2str, frac2cur



[ Previous | Help Desk | Next ]