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

# taxicab

A constant that represents the taxicab norm.

## Declaration

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

## See Also

### Norm Types

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