Or login with:
| doubledollar_decimal( | double | fracPrice | |
| int | frac | ) |
#include <stdio.h> #include <codecogs/finance/banking/dollar_decimal.h> int main() { double d = Finance::Banking::dollar_decimal(1.3, 8); printf("The fractional price $1 3/8 as decimal = %.3f\n", d); return 0; }Output
The fractional price $1 3/8 as decimal = 1.375
| fracPrice | is the price, with the value after the decimal being the numerator of the fraction |
| frac | the denominator of the fraction |
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.
You must login to leave a messge