---
title: "/(_:_:)"
framework: simd
role: symbol
role_heading: Operator
path: "simd/simd_quatf/_(_:_:)-15qds"
---

# /(_:_:)

Divides the first quaternion by the second and produces the quotient.

## Declaration

```swift
static func / (lhs: simd_quatf, rhs: simd_quatf) -> simd_quatf
```
