Decimal to Fraction
Convert a decimal to a fraction (with carpentry/machining sizes).
Best approximation: 5/8
Nearest 1/16 (carpentry): 5/8
Nearest 1/32 (machining): 5/8
Common ruler readings
- /21/2
- /32/3
- /42/3
- /85/8
- /165/8
- /325/8
- /645/8
Uses continued-fraction expansion to find the simplest fraction within a given denominator limit. Useful for converting metric measurements to fractional inches, machining tolerances, or dough hydration percentages back to weights.
About
Type a decimal. The tool returns the simplest fraction within a denominator limit using continued fraction expansion. Also shows nearest 1/16 (carpentry) and 1/32 (machining), plus all common ruler readings.
How to use
- Type a decimal value.
- Pick the denominator limit.
FAQ
Why continued fractions?+
They give the best rational approximation for any denominator. Better than simple rounding because the answer is always a fraction in lowest terms.