---
title: "vipowf(_:_:)"
framework: accelerate
role: symbol
role_heading: Function
path: "accelerate/vipowf(_:_:)"
---

# vipowf(_:_:)

For each vector element, calculates X to the integer power of Y.

## Declaration

```swift
func vipowf(_: vFloat, _: vSInt32) -> vFloat
```

## See Also

### Power Functions (from vfp.h)

- [vpowf(_:_:)](accelerate/vpowf(_:_:).md)
