---
title: "phase(_:result:)"
framework: accelerate
role: symbol
role_heading: Type Method
path: "accelerate/vdsp/phase(_:result:)-56qb1"
---

# phase(_:result:)

Calculates the double-precision element-wise phase values, in radians, of the supplied complex vector.

## Declaration

```swift
static func phase<V>(_ splitComplex: DSPDoubleSplitComplex, result: inout V) where V : AccelerateMutableBuffer, V.Element == Double
```

## See Also

### Single-Vector Phase Computation

- [phase(_:result:)](accelerate/vdsp/phase(_:result:)-1ve4y.md)
