Gradians to Turns
Snapshot
1 Gradian equals 0.0025 Turns. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses a fixed factor based on exact radian-based angle definitions.
- Example: For 0.1 Gradians, the result equals 0.00025 Turns.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
0.0025 Turns (turn)
SwitchMachine access
Available to apps and AI agents
Gradians to Turns can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
angle- Source unit
gradians- Target unit
turns
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "angle",
"value": 1,
"from": "gradians",
"to": "turns"
}Essential response
{
"ok": true,
"conversion": {
"family": "angle",
"value": 1,
"from": "gradians",
"to": "turns",
"result": {
"raw": 0.0025,
"display": "0.0025"
},
"canonicalPath": "/angle/gradians-to-turns/"
}
}Explanation
Formula: Turns = Gradians × 0.0025. Why: turns represent full revolutions, so the calculator normalizes through radians and preserves the exact relationship 1 turn = 2pi radians.
Gradians (grad): a plane-angle unit where a right angle equals 100 gradians and a full turn equals 400 gradians.
Turns (turn): a full-revolution angle unit where 1 turn equals 360 degrees or 2pi radians.
This route is useful when restating angular motion or rotational positions between full-turn notation and conventional degree, radian, or gradian scales.
This conversion is purely multiplicative because both units reduce through radians using exact plane-angle definitions with no offset.
Common Conversion Values
| Gradians (grad) | Turns (turn) |
|---|---|
| 0.1 | 0.00025 |
| 1 | 0.0025 |
| 5 | 0.0125 |
| 10 | 0.025 |
| 45 | 0.1125 |
| 90 | 0.225 |
| 180 | 0.45 |
| 360 | 0.9 |
Questions & answers
Frequently Asked Questions
How is Gradians to Turns calculated?
The factor is derived through exact radian normalization, using pi-based relationships between degrees, gradians, turns, and radians.
Is there a reverse page for Turns to Gradians?
Yes. Use the mirror Turns to Gradians page to apply the inverse relationship with the same exact angle definitions.
How many degrees are in one full turn?
One turn is exactly 360 degrees, or 2pi radians, so turn routes stay tied to the same exact plane-angle definitions.