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

# vceilf(_:)

Computes the ceiling of values in a vector of floating-point values.

## Declaration

```swift
func vceilf(_: vFloat) -> vFloat
```

## Return Value

Return Value Returns a vector of floating-point values, each of which is the ceiling of the corresponding value in A.

## Discussion

Discussion Parameters:

## See Also

### Floating-Point Arithmetic and Auxiliary Functions (from vfp.h)

- [vcopysignf(_:_:)](accelerate/vcopysignf(_:_:).md)
- [vdivf(_:_:)](accelerate/vdivf(_:_:).md)
- [vfabf(_:)](accelerate/vfabf(_:).md)
- [vfabsf(_:)](accelerate/vfabsf(_:).md)
- [vfloorf(_:)](accelerate/vfloorf(_:).md)
- [vintf(_:)](accelerate/vintf(_:).md)
- [vnintf(_:)](accelerate/vnintf(_:).md)
- [vnextafterf(_:_:)](accelerate/vnextafterf(_:_:).md)
- [vrecf(_:)](accelerate/vrecf(_:).md)
- [vrsqrtf(_:)](accelerate/vrsqrtf(_:).md)
- [vsqrtf(_:)](accelerate/vsqrtf(_:).md)
- [vtablelookup(_:_:)](accelerate/vtablelookup(_:_:).md)
- [vtruncf(_:)](accelerate/vtruncf(_:).md)
