Decimal to Fraction Converter
How to convert Decimal to Fraction
Convert a decimal to a fraction by multiplying numerator and denominator by a power of 10.
d = n/10^k, then simplify by GCD
Multiply to get integers, then simplify:
Example: Convert 0.75 to fraction:
0.75 = 75÷100 = 3÷4