MetricCalc

Réaumur to Fahrenheit Converter - Convert °Ré to °F

Convert precisely with °F = (°Ré × 9/4) + 32. The reverse mapping is °Ré = (°F − 32) × 4/9. Extremely small or large outputs switch to scientific notation automatically for clarity.

Exact identity: °F = (°Ré × 9/4) + 32. See all free temperature conversion calculators.

About Réaumur to Fahrenheit Conversion

Réaumur (°Ré) is a historical temperature scale with 0 °Ré at the freezing point of water and 80 °Ré at boiling. Fahrenheit (°F) places freezing at 32 °F and boiling at 212 °F, a span of 180 °F. Because both are interval scales, the conversion amounts to a linear transformation: scale the Réaumur interval to match Fahrenheit’s degree size and then apply the Fahrenheit zero via +32. The linearity of the mapping keeps the process exact and auditable across education, restoration, and archival reconciliation use cases.

The converter uses the closed-form identity °F = (°Ré × 9/4) + 32. This comes from the exact chain °C = °Ré × 5/4 and °F = (°C × 9/5) + 32. The 5 cancels, leaving 9/4. The result is a compact mapping that can be implemented in a single arithmetic expression with no tolerances or curve fits.

Réaumur to Fahrenheit Formula

Exact relationship

°F  = (°Ré × 9/4) + 32
// inverse
°Ré = (°F − 32) × 4/9

Unit/interval breakdown:

Réaumur → Celsius:   °C  = °Ré × 5/4         (exact)
Celsius  → Fahrenheit: °F  = (°C × 9/5) + 32  (exact)
Combined:               °F  = (°Ré × 9/4) + 32 (exact)

Related Temperature Converters

What is Réaumur (°Ré)?

Réaumur divides the freezing-to-boiling interval into 80 equal parts with 0 °Ré at freezing. Because it shares that zero with Celsius (0 °C), the mapping °Ré ↔ °C is a pure scaling with no offset: °C = °Ré × 5/4. This simplicity is a hallmark of many historical scales designed for laboratory practice in earlier centuries.

Today, Réaumur is most often encountered in legacy documents, museum instruments, and discussions about the history of thermometry. Accurate conversion enables faithful interpretation of those sources.

What is Fahrenheit (°F)?

Fahrenheit remains prevalent in weather, cooking, and consumer devices in some regions. It sets 32 °F at freezing and 212 °F at boiling, a span of 180 degrees. Conversions to and from °F therefore require managing both an interval rescale and an additive offset (±32). Once those two steps are handled explicitly, round-trip conversions are exact and easy to verify.

In data systems, it is common to normalize temperatures to Celsius or Kelvin internally and convert to °F only for user-facing views. This concentrates rounding policy at the presentation layer.

Step-by-Step: Converting °Ré to °F

  1. Start with a temperature in Réaumur (°Ré).
  2. Scale to the Fahrenheit-sized interval by multiplying by 9/4.
  3. Add 32 to restore the Fahrenheit origin.
  4. Round once at presentation; keep full internal precision for analysis and exports.

Example walkthrough:

Input:   16.0 °Ré
Compute: °F = (16.0 × 9/4) + 32 = 36 + 32 = 68.0
Output:  68.0 °F (UI rounding only)

Common Conversions

Réaumur (°Ré)Fahrenheit (°F)
-32.000000-40.0
-14.2222220.0
0.00000032.0
8.00000050.0
16.00000068.0
24.00000086.0
29.60000098.6
32.000000104.0
40.000000122.0
64.000000176.0
72.000000194.0
80.000000212.0

Quick Reference Table (Reverse)

Fahrenheit (°F)Réaumur (°Ré)
-40.0-32.000000
0.0-14.222222
32.00.000000
50.08.000000
68.016.000000
86.024.000000
98.629.600000
104.032.000000
122.040.000000
176.064.000000
194.072.000000
212.080.000000

Precision, Rounding & Significant Figures

Operational rounding

Perform the linear transform with full precision and round once at output. Choose decimal places based on instrument resolution and reporting needs (e.g., 1 decimal for dashboards, more for calibration logs). Keep unrounded values internally to avoid cumulative rounding in pipelines.

Consistent documentation

Keep the identities close to worked examples (°F = (°Ré × 9/4) + 32 and °Ré = (°F − 32) × 4/9). Use explicit symbols (°Ré, °F) in headings, legends, and export columns to prevent ambiguity.

Where This Converter Is Used

Frequently Asked Questions

What is the exact formula to convert Réaumur to Fahrenheit?

Use °F = (°Ré × 9/4) + 32. Multiply by 9/4 to align the interval with Fahrenheit, then add 32 to restore the Fahrenheit zero.

How do I convert Fahrenheit to Réaumur?

Use °Ré = (°F − 32) × 4/9. Remove the 32 °F offset and scale by 4/9 to express the temperature on the Réaumur interval.

Where does the 9/4 factor come from?

From the exact chain °C = °Ré × 5/4 and °F = (°C × 9/5) + 32. Multiplying (5/4) by (9/5) yields 9/4; adding 32 restores the Fahrenheit origin.

Do negative °Ré inputs convert correctly?

Yes. The mapping is linear. A negative Réaumur value becomes a Fahrenheit value below the freezing point once the 32-degree offset is applied.

Is the conversion exact?

Yes. It relies on exact rational constants between the scales. No empirical approximations are used.

What anchor pairs help with quick checks?

−32 °Ré → −40 °F; 0 °Ré → 32 °F; 8 °Ré → 50 °F; 16 °Ré → 68 °F; 29.6 °Ré → 98.6 °F; 80 °Ré → 212 °F.

How should I round results for publication?

Round once at presentation. 1 decimal is common for °F in general summaries; increase precision when your measurement resolution requires it.

Does locale formatting affect the arithmetic?

No. It only changes number appearance (decimal symbol and digit grouping). The underlying computation is invariant.

Any mental math tips for °Ré → °F?

Multiply by 2.25 (that’s 9/4) and then add 32. Example: 16 °Ré → 16 × 2.25 = 36; 36 + 32 = 68 °F.

How does this relate to Celsius and Kelvin?

From °Ré, obtain °C via ×5/4, then use °F = (°C × 9/5) + 32 or K = °C + 273.15. These are exact identities suitable for chained conversions.

What symbols should I keep consistent?

Use °Ré for Réaumur and °F for Fahrenheit. Keep symbols consistent in headings, tables, and exports.

Is Réaumur relevant today?

It persists in historical documents and certain legacy instruments. Precise conversion helps reconcile those records with modern data.

Tips for Working with °Ré & °F

Popular Temperature Tools