The available number of fractional significand bits.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
Discussion
For fixed-width floating-point types, this is the actual number of fractional significand bits.
For extensible floating-point types, significand
should be the maximum allowed significand width (without counting any leading integral bit of the significand). If there is no upper limit, then significand
should be Int
.