---
title: "erfc(_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/erfc(_:)-8i2r6"
---

# erfc(_:)

Returns the complementary error function for each element in a vector.

## Declaration

```swift
func erfc(_ x: simd_double2) -> simd_double2
```

## See Also

### Math Functions

- [cbrt(_:)](simd/cbrt(_:)-75bqn.md)
- [ceil(_:)](simd/ceil(_:)-cu6z.md)
- [erf(_:)](simd/erf(_:)-7tfrz.md)
- [floor(_:)](simd/floor(_:)-21h1y.md)
- [fma(_:_:_:)](simd/fma(_:_:_:)-4fxau.md)
- [fmod(_:_:)](simd/fmod(_:_:)-81hr1.md)
- [hypot(_:_:)](simd/hypot(_:_:)-9ecpz.md)
- [lgamma(_:)](simd/lgamma(_:)-697vf.md)
- [nextafter(_:_:)](simd/nextafter(_:_:)-6qeuz.md)
- [pow(_:_:)](simd/pow(_:_:)-2ov0n.md)
- [remainder(_:_:)](simd/remainder(_:_:)-1l80m.md)
- [round(_:)](simd/round(_:)-1ith.md)
- [simd_muladd(_:_:_:)](simd/simd_muladd(_:_:_:)-o9lv.md)
- [tgamma(_:)](simd/tgamma(_:)-3id8t.md)
- [trunc(_:)](simd/trunc(_:)-1xvcu.md)
