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

# isnormal(_:)

Returns true for each element that is normal in a vector.

## Declaration

```swift
func isnormal(_ x: simd_double3) -> simd_long3
```

## See Also

### Classification Functions

- [isfinite(_:)](simd/isfinite(_:)-1s3ji.md)
- [isinf(_:)](simd/isinf(_:)-6gve5.md)
- [isnan(_:)](simd/isnan(_:)-6l7v3.md)
