Is ° to gon the same as gon to °?
Centralize constants, enforce unit labels, and test direction with known checkpoints.
Angle
Convert Degree (°) to Gradian (gon) instantly.
Formula
value × 1.11111111111
| Sample | Converted |
|---|---|
| 1 ° | 1.1111111111 gon |
| 5 ° | 5.5555555556 gon |
| 10 ° | 11.1111111111 gon |
| 100 ° | 111.1111111111 gon |
| 1,000 ° | 1,111.1111111111 gon |
Use this conversion to normalize ° values into gon for consistent reporting. 1 ° = 1.1111111111 gon
Use transformed values for rule checks when thresholds are defined in gon. Formula: value × 1.11111111111.
Retaining both source and transformed columns makes audits and incident review easier.
This direction is especially helpful when source systems cannot be changed but reporting standards are fixed.
Consistent conversion ownership prevents drift between API, UI, and spreadsheet outputs.
For large datasets, deterministic unit normalization improves comparability across sources.
Treat this conversion as infrastructure logic, not ad hoc formatting behavior.
This route keeps angle calculations coherent when data arrives in mixed unit standards.
Explicit source-target naming (deg-to-grad) lowers onboarding mistakes for new contributors.
Direction mistakes can look plausible numerically, so tests should assert source and destination order.
Keep source ° values for traceability and publish converted gon values for consistency.
Avoid using rounded display values as inputs to downstream calculations.
Direction-specific conversion pages reduce common reciprocal errors in fast workflows.
Use transformed values for rule checks when thresholds are defined in gon.
Retaining both source and transformed columns makes audits and incident review easier.
This direction is especially helpful when source systems cannot be changed but reporting standards are fixed.
Definition: Degree (°) is the source unit in this conversion direction.
History/Origin: Degree has established usage in angle workflows and appears in many source datasets.
Current use: Source ° values are converted to gon when downstream systems require one standardized unit.
Definition: Gradian (gon) is the destination unit for this page.
History/Origin: Gradian is commonly used as an output standard in modern angle reporting workflows.
Current use: Converted gon values are consumed in dashboards, documents, and integration payloads.
| Degree [°] | Gradian [gon] |
|---|---|
| 0.01 ° | 0.0111111111 gon |
| 0.1 ° | 0.1111111111 gon |
| 1 ° | 1.1111111111 gon |
| 2 ° | 2.2222222222 gon |
| 5 ° | 5.5555555556 gon |
| 10 ° | 11.1111111111 gon |
| 20 ° | 22.2222222222 gon |
| 50 ° | 55.5555555556 gon |
| 100 ° | 111.1111111111 gon |
1 ° = 1.1111111111 gon
1 gon = 0.9 °
Formula: value × 1.11111111111
Example: 15 ° = 16.6666666667 gon
Precision note: For ° to gon, 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.