<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/Float80/isNormal",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:s7Float80V8isNormalSbvp"
  },
  "title" : "isNormal"
}
-->

# isNormal

A Boolean value indicating whether this instance is normal.

```
var isNormal: Bool { get }
```

## Discussion

A *normal* value is a finite number that uses the full precision
available to values of a type. Zero is neither a normal nor a subnormal
number.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)