# TODEGREES

> The conversion constant used to convert radians to degrees. Multiply the radian value by this constant to get degrees.

## Definition

* **Type:** Field
* **Namespace:** [Unity.Mathematics](/engine/6000.6/script-reference/unity/mathematics.md)
* **Assembly:** UnityEngine.MathematicsModule

```csharp
public const float TODEGREES = 57.29578
```

### Remarks

Multiplying by this constant is equivalent to using [\_degrees](/engine/6000.6/script-reference/unity/mathematics/math/degrees.md).
