Every rational number p/q has a decimal expansion - the base-10 spelling of its value. Some are short and clean (1/2 = 0.5), others end in a forever-repeating cycle (1/3 = 0.333..., 1/7 = 0.142857142857...). Knowing which is which, and exactly what the recurring block is, is one of the oldest results in arithmetic, and long division reveals both in one pass.
Find the Decimal Expansion runs exact long division on any numerator and denominator: it reports the integer part, marks the recurring block with parentheses - 0.(285714) - and shows the full expansion with no rounding at any size. Copy or download the exact representation.