# `GSNormalizeAngleDEG`

*Function*

Returns a value in the interval [0, 360).

## Declaration

```objc
static CGFloat GSNormalizeAngleDEG(CGFloat angle);
```

```python
GSNormalizeAngleDEG(angle: float) -> float
```

## See Also

### Angles and Slopes

- [`GSNormalizeAngleRAD`](/Core/GlyphsCore/GSNormalizeAngleRAD) — Returns a value in the interval [0, 2π).
- [`GSNormalizeAngleDirection`](/Core/GlyphsCore/GSNormalizeAngleDirection) — Returns a version of the angle that matches the given direction.
- [`GSSlope`](/Core/GlyphsCore/GSSlope)

