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

# vvcbrt(_:_:_:)

Calculates the cube root for each element of a vector.

## Declaration

```swift
func vvcbrt(_: UnsafeMutablePointer<Double>, _: UnsafePointer<Double>, _: UnsafePointer<Int32>)
```

## Parameters

Parameters

## See Also

### Trigonometric Functions (from vfp.h)

- [vsinf(_:)](accelerate/vsinf(_:).md)
- [vcosf(_:)](accelerate/vcosf(_:).md)
- [vsincosf(_:_:)](accelerate/vsincosf(_:_:).md)
- [vtanf(_:)](accelerate/vtanf(_:).md)
- [vasinf(_:)](accelerate/vasinf(_:).md)
- [vacosf(_:)](accelerate/vacosf(_:).md)
- [vatanf(_:)](accelerate/vatanf(_:).md)
- [vatan2f(_:_:)](accelerate/vatan2f(_:_:).md)
- [vvcbrtf(_:_:_:)](accelerate/vvcbrtf(_:_:_:).md)
