# TORADIANS_DBL

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

## Definition

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

```csharp
public const double TORADIANS_DBL = 0.017453292519943295
```

### Remarks

Multiplying by this constant is equivalent to using [\_radians](/engine/6000.7/script-reference/unity/mathematics/math/radians.md).
