小数を分数に変換
小数を最簡分数に変換し、約分の手順と帯分数を表示します。分母の上限を設定して整った結果も得られます。
循環小数や分母を小さく整えたいときに値を下げてください。
ツール概要:Decimal to Fraction Converter
Turn any decimal into a clean fraction. The tool shows the simplified fraction, a mixed-number view, and the nearest fraction under a denominator you choose.
Decimal to Fraction Converterとは?
Decimal to Fraction Converterはdecimalとfractionの変換を素早く行い、すぐ使える結果を出力します。
使い方
- decimalの内容を貼り付けるかパラメータを入力します。
- fractionの出力形式を選び、オプションを調整します。
- 結果を確認してコピーまたはダウンロードします。
よくある利用シーン
- decimal↔fractionのフォーマット移行
- decimalデータをfractionのワークフローやコード生成に利用
- 変換結果の仕様チェック
❓ よくある質問
Q1: 変換に失敗する/空になる?
A: decimalの入力が正しいか確認してください。
Q2: 出力が違って見える?
A: fractionのルールに合わせて整形される場合があります。
Q3: 一括処理は?
A: 安定のため小分けにして処理してください。
✨ Highlights
- Real-time simplification with step-by-step reasoning
- Mixed-number display plus improper fraction form
- Adjustable max denominator for repeating/long decimals
- Copy-ready output for homework, recipes, and engineering notes
小数を分数に変換する方法
- Check the sign: keep the minus sign aside if the number is negative.
- Count decimal digits: for a value like
0.875, there are 3 digits after the point. - Remove the decimal point: write the number as an integer over a power of 10, e.g.,
875/1000. - Find the GCD: compute the greatest common divisor of numerator and denominator (here it is
125). - Reduce: divide both parts by the GCD to get the simplest fraction,
7/8. - Optional approximation: if the decimal is repeating (e.g.,
0.3333), pick a smaller max denominator to get a cleaner fraction such as1/3.
📌 Examples
0.875→7/8(mixed number:0 7/8)-1.25→-5/4(mixed number:-1 1/4)0.3333with max denominator12→1/3
🛠️ When to Use
- Check math homework or exam steps
- Resize recipe quantities precisely
- Convert measurements in CAD/engineering drawings
- Simplify decimals for woodworking or DIY plans
💡 Tips
- Lower the max denominator to force a cleaner result for repeating decimals.
- For whole numbers, the fraction is always
number/1. - Mixed-number form keeps the sign on the whole part for readability.