---
title: euclidean
framework: accelerate
role: symbol
role_heading: Type Property
path: accelerate/bnns/norm/euclidean
---

# euclidean

A constant that represents the Euclidean norm.

## Declaration

```swift
static var euclidean: BNNS.Norm { get }
```

## See Also

### Norm Types

- [taxicab](accelerate/bnns/norm/taxicab.md)
- [l1](accelerate/bnns/norm/l1.md)
- [l2](accelerate/bnns/norm/l2.md)
- [maximum](accelerate/bnns/norm/maximum.md)
- [lInfinity](accelerate/bnns/norm/linfinity.md)
