Is gon to ° the same as ° to gon?
Centralize constants, enforce unit labels, and test direction with known checkpoints.
Angle
Convert Gradian (gon) to Degree (°) instantly.
Formula
value × 0.9
| Sample | Converted |
|---|---|
| 1 gon | 0.9 ° |
| 5 gon | 4.5 ° |
| 10 gon | 9 ° |
| 100 gon | 90 ° |
| 1,000 gon | 900 ° |
This conversion helps align source gon measurements with destination ° policies. 1 gon = 0.9 °
For large datasets, deterministic unit normalization improves comparability across sources. Formula: value × 0.9.
Treat this conversion as infrastructure logic, not ad hoc formatting behavior.
Precision should be preserved internally and rounded only for final presentation.
If this value feeds other formulas, convert first and aggregate second.
This route keeps angle calculations coherent when data arrives in mixed unit standards.
Explicit source-target naming (grad-to-deg) lowers onboarding mistakes for new contributors.
The direct relationship is 1 gon = 0.9 °, while the reverse is 1 ° = 1.1111111111 gon.
Normalize once in the pipeline, then reuse transformed ° values across dashboards and exports.
Keep source gon values for traceability and publish converted ° values for consistency.
For cross-team work, centralize this conversion in one shared utility and version it.
When discrepancies appear, inspect unit direction and rounding order before deeper troubleshooting.
Use transformed values for rule checks when thresholds are defined in °.
For large datasets, deterministic unit normalization improves comparability across sources.
Treat this conversion as infrastructure logic, not ad hoc formatting behavior.
Precision should be preserved internally and rounded only for final presentation.
Definition: Gradian (gon) is the source unit in this conversion direction.
History/Origin: Gradian has established usage in angle workflows and appears in many source datasets.
Current use: Source gon values are converted to ° when downstream systems require one standardized unit.
Definition: Degree (°) is the destination unit for this page.
History/Origin: Degree is commonly used as an output standard in modern angle reporting workflows.
Current use: Converted ° values are consumed in dashboards, documents, and integration payloads.
| Gradian [gon] | Degree [°] |
|---|---|
| 0.01 gon | 0.009 ° |
| 0.1 gon | 0.09 ° |
| 1 gon | 0.9 ° |
| 2 gon | 1.8 ° |
| 5 gon | 4.5 ° |
| 10 gon | 9 ° |
| 20 gon | 18 ° |
| 50 gon | 45 ° |
| 100 gon | 90 ° |
1 gon = 0.9 °
1 ° = 1.1111111111 gon
Formula: value × 0.9
Example: 15 gon = 13.5 °
Precision note: For gon to °, keep internal precision high and round only for display outputs.
Centralize constants, enforce unit labels, and test direction with known checkpoints.
It preserves lineage, simplifies audits, and speeds up reconciliation across systems.
Centralize constants, enforce unit labels, and test direction with known checkpoints.