Docomint

Calculatrice de Cercle

Calculez le rayon, le diamètre, la circonférence et l'aire d'un cercle à partir de n'importe quelle valeur connue.

🔒 Processed on your device

What is a Calculatrice de Cercle?

Most circle calculators assume you're starting from the radius, but real problems often hand you the circumference (a tape measure around a pipe) or the area (a spec sheet) instead — this works backward from any of the four values to fill in the other three.

How to use the Calculatrice de Cercle

  1. Choose which value you already know — radius, diameter, circumference, or area
  2. Enter that value
  3. The other three values appear instantly, computed on your device

Formula

Area = πr² | Circumference = 2πr | Diameter = 2r

Whichever one value you provide, the tool solves for radius first, then derives the other three from it.

Example

A circular table with a 113.1 in² tabletop (area known) works out to a radius of about 6 inches, a 12-inch diameter, and a circumference of about 37.7 inches — handy for figuring out the diameter without being able to measure straight across the middle.

Common mistakes

Frequently asked questions

How do I find a circle's area if I only know the circumference?

First solve for radius: r = circumference / (2π). Then compute area = π × r². Select "Circumference" as the known value here and it handles both steps for you.

What's the difference between radius and diameter?

Radius is the distance from the center of a circle to its edge. Diameter is the distance all the way across, through the center — always exactly twice the radius.

What if I only know the area?

Set "Known value" to Area and enter it — the tool solves radius = √(area ÷ π) first, then derives diameter and circumference from that.

How precise is π in this calculator?

It uses JavaScript's built-in Math.PI, accurate to about 15 significant digits — far more precision than any real-world measurement input would need.

Is my numbers uploaded anywhere?

No — Calculatrice de Cercle runs entirely in your browser using JavaScript/WebAssembly. Your numbers is never sent to a server.

Related calculators