---
title: "pow(_:_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/pow(_:_:)-9xmzf"
---

# pow(_:_:)

Returns each element in a vector raised to the power of the corresponding element in a second vector.

## Declaration

```swift
func pow(_ x: simd_double8, _ y: simd_double8) -> simd_double8
```

## See Also

### Math Functions

- [cbrt(_:)](simd/cbrt(_:)-9dsjc.md)
- [erf(_:)](simd/erf(_:)-293ey.md)
- [erfc(_:)](simd/erfc(_:)-vzkw.md)
- [fma(_:_:_:)](simd/fma(_:_:_:)-95vfo.md)
- [fmod(_:_:)](simd/fmod(_:_:)-7g7m.md)
- [hypot(_:_:)](simd/hypot(_:_:)-8vke8.md)
- [lgamma(_:)](simd/lgamma(_:)-7t6g8.md)
- [nextafter(_:_:)](simd/nextafter(_:_:)-2xerr.md)
- [remainder(_:_:)](simd/remainder(_:_:)-326ci.md)
- [round(_:)](simd/round(_:)-7t6q.md)
- [simd_muladd(_:_:_:)](simd/simd_muladd(_:_:_:)-2vs0c.md)
- [tgamma(_:)](simd/tgamma(_:)-8qiri.md)
