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

# vpowf(_:_:)

For each vector element, calculates X to the floating-point power of Y. The result is more accurate than using exp(log(X)*Y).

## Declaration

```swift
func vpowf(_: vFloat, _: vFloat) -> vFloat
```

## See Also

### Power Functions (from vfp.h)

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