---
title: "sqrt(_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/sqrt(_:)-605ao"
---

# sqrt(_:)

Each element of the result is the square root of the corresponding element of the input.

## Declaration

```swift
func sqrt(_ x: simd_half4) -> simd_half4
```
