# Gradians to Degrees

Convert gradians to degrees with configurable decimal precision

> Canonical page: https://elysiatools.com/en/tools/gradians-to-degrees

- **Category:** Math & Numbers

- **Keywords:** gradians, degrees, angle, conversion, gon

## Overview

The Gradians to Degrees converter allows you to quickly translate angular measurements from gradians (gon) to standard degrees. With support for custom decimal precision, this tool ensures accurate conversions for surveying, civil engineering, and geometry calculations.

## Inputs

- **Gradians** (text): e.g. 100
- **Decimal Precision** (number)

## When to use

- When working with surveying data or topographic maps that express angles in gradians (gon) and you need to convert them to degrees.
- When solving geometry or trigonometry problems that require switching between different angular measurement systems.
- When calibrating or programming navigation and drafting software that expects input in degrees instead of gradians.

## How it works

- Enter the angle value in gradians into the input field.
- Adjust the decimal precision to set your desired number of decimal places between 0 and 12.
- The tool calculates the equivalent angle in degrees using the formula: Degrees = Gradians * 0.9.
- View the output instantly in structured JSON format showing both the original gradian value and the converted degree value.

## Use cases

- Converting civil engineering site plans that use the gon unit system into standard degrees.
- Standardizing angular datasets for academic research and physics simulations.
- Verifying manual trigonometric calculations during drafting and CAD modeling.

## Frequently asked questions

### What is the conversion formula from gradians to degrees?

Multiply the gradian value by 0.9 to get the equivalent value in degrees.

### What is a gradian?

A gradian (also known as gon) is a unit of angular measurement equal to 1/400 of a turn, meaning a right angle is exactly 100 gradians.

### Can I control the rounding of the output?

Yes, you can configure the decimal precision from 0 up to 12 decimal places.

### Is this tool free to use?

Yes, this conversion tool is completely free and runs entirely in your web browser.

### What is the maximum precision supported?

The tool supports a maximum decimal precision of 12 decimal places.

## Related tools

- [Acre to Hectare](https://elysiatools.com/en/tools/acre-to-hectare): Convert acres to hectares with configurable decimal precision
- [Acre to Square Feet](https://elysiatools.com/en/tools/acre-to-square-feet): Convert acres to square feet with configurable decimal precision
- [Acre to Square Meter](https://elysiatools.com/en/tools/acre-to-square-meter): Convert acres to square meters with configurable decimal precision
- [Arcminutes to Degrees](https://elysiatools.com/en/tools/arcminutes-to-degrees): Convert arcminutes to degrees with configurable decimal precision
- [Arcseconds to Degrees](https://elysiatools.com/en/tools/arcseconds-to-degrees): Convert arcseconds to degrees with configurable decimal precision
- [ATM to KPa](https://elysiatools.com/en/tools/atm-to-kpa): Convert standard atmospheres to kilopascals with configurable decimal precision
- [Bar to KPa](https://elysiatools.com/en/tools/bar-to-kpa): Convert bar to kilopascals with configurable decimal precision
- [Bar to PSI](https://elysiatools.com/en/tools/bar-to-psi): Convert bar to pounds per square inch with configurable decimal precision

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
