DOLLARDE

DOLLARDE(arg1, arg2) → { number | string | boolean }

Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number.

Parameters:

Name Type Description
arg1 any

Is a number expressed as a fraction.

arg2 any

Is the integer to use in the denominator of the fraction.

Returns:

Type
number | string | boolean