File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 55495549The standard and extended floating-point types
55505550are collectively termed \defnx {floating-point types}{type!floating-point}.
55515551\begin {note }
5552+ A floating-point type can represent at least a subset of rational numbers.
5553+ Depending on the implementation-defined value representation for the type,
5554+ it can additionally represent a
5555+ \begin {itemize }
5556+ \item negative zero,
5557+ \item positive infinity,
5558+ \item negative infinity,
5559+ \item set of quiet `` Not a Number'' values, and
5560+ \item set of signaling `` Not a Number'' values.
5561+ \end {itemize }
5562+ A floating-point type which adheres to \IsoFloatUndated {}
5563+ is capable of representing all of the above\iref {numeric.limits.members }.
5564+ \end {note }
5565+ \begin {note }
55525566Any additional implementation-specific types representing floating-point values
55535567that are not defined by the implementation to be extended floating-point types
55545568are not considered to be floating-point types, and
You can’t perform that action at this time.
0 commit comments